Show / Hide Table of Contents

Class FamosFileLanguageInfo

Contains information about the language and string encoding.

Inheritance
System.Object
FamosFileBase
FamosFileLanguageInfo
Inherited Members
FamosFileBase.Validate()
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileLanguageInfo : FamosFileBase

Constructors

| Improve this Doc View Source

FamosFileLanguageInfo()

Initializes a new instance of the FamosFileLanguageInfo class.

Declaration
public FamosFileLanguageInfo()

Properties

| Improve this Doc View Source

CodePage

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
| Improve this Doc View Source

Language

Gets or sets the language code, see "MSDN Language Codes".

Declaration
public int Language { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms