| CefSettingsBaseAcceptLanguageList Property  | 
Version 111.2.70 
            Comma delimited ordered list of language codes without any whitespace that will be used in the "Accept-Language" HTTP header.
            May be set globally using the CefSettings.AcceptLanguageList value. If both values are empty then "en-US,en" will be used.
            
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 111.2.70.0
 Syntax
Syntaxpublic string AcceptLanguageList { get; set; }public:
property String^ AcceptLanguageList {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String See Also
See Also