C# Class Sfm2Xml.LanguageInfoUI

This class contains the Language info that is used and displayed in the UI. It's primarly used for mapping the FW writing system and encoding converter to the key that is used in the map file.
Inheritance: ILanguageInfoUI
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
LanguageInfoUI ( string key, string fwName, string enc, string icu ) : System
ToString ( ) : string

Method Details

LanguageInfoUI() public method

public LanguageInfoUI ( string key, string fwName, string enc, string icu ) : System
key string
fwName string
enc string
icu string
return System

ToString() public method

public ToString ( ) : string
return string