←Select platform

UseSystemLocale Property

Summary

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

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly