RequestContextSettingsAcceptLanguageList Property  | 
Version 93.1.111 
            Comma delimited ordered list of language codes without any whitespace that
            will be used in the "Accept-Language" HTTP header. Can be set globally
            using the CefSettings.accept_language_list value or overridden on a per-
            browser basis using the BrowserSettings.AcceptLanguageList value. If
            all values are empty then "en-US,en" will be used. This value will be
            ignored if CachePath matches the CefSettings.CachePath value.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 93.1.111.0
Syntaxpublic string AcceptLanguageList { get; set; }public:
property String^ AcceptLanguageList {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also