Indicates whether to use the current Windows locale (code page) when rendering text files.
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;}
get_UseSystemLocale();
set_UseSystemLocale(value);
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.