EasyTalk API
Loading...
Searching...
No Matches
EasyTalk.Localization.LanguageInputCharacterSet Class Reference

Contains information about input characters made available for a specific language (to be used in text input displays). More...

Properties

string LanguageCode [get, set]
 Gets or sets the language code for the character set.
 
char[] Characters [get]
 Gets the array of characters available as input characters for the language.
 

Private Attributes

string languageCode = "en"
 The language code the character set is for.
 
char[] characters = null
 The array of characters available for the language during text input.
 

Detailed Description

Contains information about input characters made available for a specific language (to be used in text input displays).

Member Data Documentation

◆ characters

char [] EasyTalk.Localization.LanguageInputCharacterSet.characters = null
private

The array of characters available for the language during text input.

◆ languageCode

string EasyTalk.Localization.LanguageInputCharacterSet.languageCode = "en"
private

The language code the character set is for.

Property Documentation

◆ Characters

char [] EasyTalk.Localization.LanguageInputCharacterSet.Characters
get

Gets the array of characters available as input characters for the language.

◆ LanguageCode

string EasyTalk.Localization.LanguageInputCharacterSet.LanguageCode
getset

Gets or sets the language code for the character set.