Get data from the server of the dictionary.
GET<s>DICTIONARYDATE|LANGUAGECOUNT|LANGUAGEDATA|LOCALECOUNT|LOCALEDATA|DICTIONARIES[<s>data]<end>
where
<s> = Char(127) <end> = Char(0)
Gets the date of the dictionary.
GET<s>DICTIONARYDATE<end>
where
<s> = Char(127) <end> = Char(0)
resultCode<s>dateTime<end>
where
Parameter | Type | Description | ||||
---|---|---|---|---|---|---|
resultCode | integer |
|
||||
dateTime | datetime | The datetime of the dictionary. mm/dd/yyyy hh:mm:ss 12/22/1999 17:05:23 |
<s> = Char(127) <end> = Char(0)
Gets the language count of the dictionary.
GET<s>LANGUAGECOUNT<end>
where
<s> = Char(127) <end> = Char(0)
resultCode<s>count<end>
where
Parameter | Type | Description |
---|---|---|
resultCode | integer | |
count | integer | The amount of languages in the dictionary |
Gets the language data
GET<s>LANGUAGEDATA<s>language<end>
where
Parameter | Type | Description |
---|---|---|
language | integer | The language index |
<s> = Char(127) <end> = Char(0)
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
where
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 |
<s> = Char(127) <end> = Char(0)
Gets the locale count of the dictionary.
GET<s>LOCALECOUNT<end>
where
<s> = Char(127) <end> = Char(0)
resultCode<s>count<end>
where
Parameter | Type | Description |
---|---|---|
count | integer | The amount of locales in the dictionary |
<s> = Char(127) <end> = Char(0)
Gets the locale data
GET<s>LOCALEDATA<s>locale<end>
where
Parameter | Type | Description |
---|---|---|
locale | Integer | The locale index |
<s> = Char(127) <end> = Char(0)
resultCode<s>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
where
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 |
<s> = Char(127) <end> = Char(0)
Gets the avaiable dictionaries.
GET<s>DICTIONARIES<end>
where
<s> = Char(127) <end> = Char(0)