GET Message
Get data from the server of the dictionary.
GET LANGUAGECOUNT|LANGUAGEDATA|LOCALECOUNT|LOCALEDATA|DICTIONARIES[<space>data]
GET LANGUAGECOUNT
Gets the language count of the dictionary.
No Data
Reply Data
count
Parameter |
Type |
Description |
count |
Integer |
The amount of languages in the dictionary |
GET LANGUAGEDATA
Gets the language data
Data
language
Parameter |
Type |
Description |
language |
Integer |
The language index |
Reply Data
Primary<s>Subs<s>DefaultSub<s>ISOLanguage<s>ISOCountries<s>ISODefaultCountry<s>
CodePage<s>EnglishName<s>NativeName<s>FontName<s>FontSize<s>Options<s>Charset
Parameter |
Type |
Description |
Primary |
Integer |
The primary language id |
Subs |
String |
|
DefaultSub |
Integer |
|
ISOLanguage |
String |
|
ISOCountries |
String |
|
ISODefaultCountry |
String |
|
CodePage |
Integer |
|
EnglishName |
String |
|
NativeName |
String |
|
FontName |
String |
|
FontSize |
Integer |
|
Options |
Integer |
|
Charset |
Integer |
|
GET LOCALECOUNT
Gets the locale count of the dictionary.
No Data
Reply Data
count
Parameter |
Type |
Description |
count |
Integer |
The amount of locales in the dictionary |
GET LOCALEDATA
Gets the locale data
Data
locale
Parameter |
Type |
Description |
locale |
Integer |
The locale index |
Reply Data
Primary<s>Sub<s>ISOLanguage<s>ISOCountry<s>CodePage<s>IsCustom<s>
EnglishLanguageName<s>EnglishCountryName<s>NativeLanguageName<s>
NativeCountryName<s>Win16LanguageName<s>Win16CountryName<s>
MeasurementSystem<s>CurrencyString<s>CurrencyFormat<s>NegCurrFormat<s>
CurrencyDecimals<s>ThousandSeparator<s>DecimalSeparator<s>
DateSeparator<s>ShortDateFormat<s>LongDateFormat<s>TimeSeparator<s>
TimeAMString<s>TimePMString<s>TimeLeadingZeros<s>TimeFormat<s>
TimeMarkPosition<s>CalendarType<s>OptionalCalendarType<s>
FirstDayOfWeek<s>FirstWeekOfYear<s>ShortMonthNames[12]<s>
LongMonthNames[12]<s>ShortDayNames[7]<s>LongDayNames[7]<s>Charset
Parameter |
Type |
Description |
Primary |
Integer |
|
Sub |
Integer |
|
ISOLanguage |
Integer |
|
ISOCountry |
String |
|
CodePage |
Integer |
|
IsCustom |
Boolean |
|
EnglishLanguageName |
String |
|
EnglishCountryName |
String |
|
NativeLanguageName |
String |
|
NativeCountryName |
String |
|
Win16LanguageName |
String |
|
Win16CountryName |
String |
|
MeasurementSystem |
Integer |
|
CurrencyString |
String |
|
CurrencyFormat |
Integer |
|
NegCurrFormat |
Integer |
|
CurrencyDecimals |
Integer |
|
ThousandSeparator |
Char |
|
DecimalSeparator |
Char |
|
DateSeparator |
Char |
|
ShortDateFormat |
String |
|
LongDateFormat |
String |
|
TimeSeparator |
Char |
|
TimeAMString |
String |
|
TimePMString |
String |
|
TimeLeadingZeros |
|
|
TimeFormat |
|
|
TimeMarkPosition |
|
|
CalendarType |
|
|
OptionalCalendarType |
|
|
FirstDayOfWeek |
|
|
FirstWeekOfYear |
|
|
ShortMonthNames[12] |
|
|
LongMonthNames[12] |
|
|
ShortDayNames[7] |
|
|
LongDayNames[7] |
|
|
Charset |
|
|