Click or drag to resize

CefSettingsBaseLocale Property

Version 130.1.90
The locale string that will be passed to WebKit. If empty the default locale of "en-US" will be used. Also configurable using the "lang" command-line switch.

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public string Locale { get; set; }

Property Value

String
See Also