Click or drag to resize

AbstractCefSettingsLocalesDirPath Property

Version 75.1.140
The fully qualified path for the locales directory. If this value is empty the locales directory must be located in the module directory. Also configurable using the "locales-dir-path" command-line switch.

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

Property Value

Type: String
See Also