←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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize