public bool UseSystemLocale {get; set;}
'Declaration
Public Property UseSystemLocale As Boolean
'Usage
Dim instance As CodecsTxtLoadOptions
Dim value As Boolean
instance.UseSystemLocale = value
value = instance.UseSystemLocale
public bool UseSystemLocale {get; set;}
public boolean isUseSystemLocale()
public void setUseSystemLocale(boolean useSystemLocale)
<br/>get_UseSystemLocale();<br/>set_UseSystemLocale(value);<br/>Object.defineProperty('UseSystemLocale');
public:
property bool UseSystemLocale {
bool get();
void set ( bool value);
}
Property Value
true to use the current Windows locale (code page) when rendering text files, otherwise;
false.