CefSettingsBaseLocalesDirPath Property  | 
Version 87.1.132 
            The fully qualified path for the locales directory. If this value is empty the locales directory must be located in the
            module directory. If this value is non-empty then it must be an absolute path. Also configurable using the "locales-dir-path"
            command-line switch.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 87.1.132.0
Syntaxpublic string LocalesDirPath { get; set; }public:
property String^ LocalesDirPath {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also