←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly