Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
UseSystemLocale Property
See Also 
Leadtools.Codecs Namespace > CodecsTxtLoadOptions Class : UseSystemLocale Property



Indicates whether to use the current Windows locale (code page) when rendering text files.

Syntax

Visual Basic (Declaration) 
Public Property UseSystemLocale As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsTxtLoadOptions
Dim value As Boolean
 
instance.UseSystemLocale = value
 
value = instance.UseSystemLocale
C# 
public bool UseSystemLocale {get; set;}
C++/CLI 
public:
property bool UseSystemLocale {
   bool get();
   void set (bool value);
}

Return Value

true to use the current Windows locale (code page) when rendering text files, otherwise; false.

Example

For an example, refer to CodecsTxtOptions.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also