GET Message

Get data from the server of the dictionary.

Message syntax

GET<s>DICTIONARYDATE|LANGUAGECOUNT|LANGUAGEDATA|LOCALECOUNT|LOCALEDATA|DICTIONARIES[<s>data]<end>

where

<s> = Char(127)
<end> = Char(0)

GET DICTIONARYDATE

Gets the date of the dictionary.

Message syntax

GET<s>DICTIONARYDATE<end>

where

<s> = Char(127)
<end> = Char(0)

Reply syntax

resultCode<s>dateTime<end>

where

Parameter Type Description
resultCode integer
OK The client was succesfully connected to the server.
ERROR An unspecified error.
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)

GET LANGUAGECOUNT

Gets the language count of the dictionary.

Message syntax

GET<s>LANGUAGECOUNT<end>

where

<s> = Char(127)
<end> = Char(0)

Reply syntax

resultCode<s>count<end>

where

Parameter Type Description
resultCode integer
count integer The amount of languages in the dictionary

GET LANGUAGEDATA

Gets the language data

Message syntax

GET<s>LANGUAGEDATA<s>language<end>

where

Parameter Type Description
language integer The language index
<s> = Char(127)
<end> = Char(0)

Reply syntax

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)

GET LOCALECOUNT

Gets the locale count of the dictionary.

Message syntax

GET<s>LOCALECOUNT<end>

where

<s> = Char(127)
<end> = Char(0)

Reply syntax

resultCode<s>count<end>

where

Parameter Type Description
count integer The amount of locales in the dictionary
<s> = Char(127)
<end> = Char(0)

GET LOCALEDATA

Gets the locale data

Data

GET<s>LOCALEDATA<s>locale<end>

where

Parameter Type Description
locale Integer The locale index
<s> = Char(127)
<end> = Char(0)

Reply syntax

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)

GET DICTIONARIES

Gets the avaiable dictionaries.

Data

GET<s>DICTIONARIES<end>

where

<s> = Char(127)
<end> = Char(0)

Reply syntax