cef_request_context_settings_t.accept_language_list

Comma delimited ordered list of language codes without any whitespace that will be used in the "Accept-Language" HTTP request header and "navigator.language" JS attribute. Can be set globally using the CefSettings.accept_language_list value. If all values are empty then "en-US,en" will be used. This value will be ignored if |cache_path| matches the CefSettings.cache_path value.

struct cef_request_context_settings_t
cef_string_t accept_language_list;

Meta