Class FamosFileLanguageInfo
Contains information about the language and string encoding.
Inherited Members
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileLanguageInfo : FamosFileBase
Constructors
| Improve this Doc View SourceFamosFileLanguageInfo()
Initializes a new instance of the FamosFileLanguageInfo class.
Declaration
public FamosFileLanguageInfo()
Properties
| Improve this Doc View SourceCodePage
Gets or sets the code page of the data to write. Default is 1252, which is 'Microsoft-1252 / Western European / ANSI'.
Declaration
public int CodePage { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Language
Gets or sets the language code, see "MSDN Language Codes".
Declaration
public int Language { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |