Language Data

Language data contains information about the languages of the dictionary.

Data Type Required
Java
Required
Windows
Description
EnglishName String Yes Yes The EnglishName specifies the name of the language in English.
NativeName String Yes Yes The NativeName specifies the name of the language in its own language.
PrimaryId Integer - Yes The primary language id of the language. It specifies the language. Standard WIN32 NLSAPI constants are used.
SubIds String - - The list of sub language ids. It is a string that contains all sub languages ids separated by the ‘,’ character. If this is empty the language is used for all its sub languages. Standard WIN32 NLSAPI constants are used.
DefaultSubId Integer - Yes The default sub language id. It specifies the default country of the language. Standard WIN32 NLSAPI constants are used.
FontName String - - The FontName specifies the font name that the forms use when the language is active. If this is empty the native font of the form is used.
FontSize Integer - - The FontSize specifies the font size that the forms use when the language is active. If this is 0 the font size is not changed.
Options Integer - - The Options specifies the language options. Options can consist of any of the following values:
1 = The language is test language.
2 = The language use only standard ASCII characters. It can be used on every code page.
Charset Integer - Yes The Charset specifies the character set that the language uses.
CodePage Integer - Yes The CodePage specifies the Windows code page that the language uses.
ISOLanguage String Yes - The ISOLanguage is a valid ISO Language Code. These codes are the lower-case two-letter codes as defined by ISO-639. You can find a full list of these codes at a number of sites, such as: http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt
ISOCountries String - - The ISOAllCountries property cointains all country codes in a single string. Each sub is separated by the ‘,’ character.
ISODefaultCountry String Yes - The ISODefaultCountry is a valid ISO Country Code. These codes are the upper-case two-letter codes as defined by ISO-3166. You can find a full list of these codes at a number of sites, such as: http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html

If the required field is "-" the field is not used. However it must contain a valid value: