CefSettings LocalesDirPath Property Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

The fully qualified path for the locales directory. If this value is empty the locales directory must be located in the module directory. This value is ignored on Mac OS X where pack files are always loaded from the app bundle resource directory. Also configurable using the "locales-dir-path" command-line switch.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public string LocalesDirPath { get; set; }

Property Value

Type: OnlineString
See Also