EasyTalk API
|
The LocalizableLanguage class is used to represent and store information pertaining to a specific localizable language. More...
Properties | |
string | EnglishName [get, set] |
Gets or sets the English name. | |
string | NativeName [get, set] |
Gets or sets the native name. | |
string | AltName [get, set] |
Gets or sets the alternative name. | |
string | LanguageCode [get, set] |
Gets or sets the ISO-639 language code. | |
Private Attributes | |
string | englishName |
The English name for the language. | |
string | nativeName |
The native name for the language. | |
string | altName |
An alternative name for the language. | |
string | languageCode |
The ISO-639 language code for the language. | |
The LocalizableLanguage class is used to represent and store information pertaining to a specific localizable language.
|
private |
An alternative name for the language.
|
private |
The English name for the language.
|
private |
The ISO-639 language code for the language.
|
private |
The native name for the language.
|
getset |
Gets or sets the alternative name.
|
getset |
Gets or sets the English name.
|
getset |
Gets or sets the ISO-639 language code.
|
getset |
Gets or sets the native name.