←Select platform

UseSystemLocale Property

Summary
Indicates whether to use the current Windows locale (code page) when rendering text files.
Syntax
C#
VB
C++
Java
public bool UseSystemLocale { get; set; } 
Public Property UseSystemLocale As Boolean 
public boolean isUseSystemLocale() 
public void setUseSystemLocale(boolean useSystemLocale) 
public: 
property bool UseSystemLocale { 
   bool get(); 
   void set (    bool ); 
} 

Property 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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.