Language File

Language file is a Unicode text file that contains the language data of the dictionary. TextDictionary and BinaryDictionary (when UseBundle property is true) dictionary components use this format. The file is a Unicode text file (UTF-8, UTF-16 or UCS-2) where every line contains data of one language. If UTF-16 or UCS-2 is used a byte order mark (BOM) is required. The data of the first language is stored in the first line, the second language in the next line, etc. The format of the row is:

EnglishName<tab> NativeName<tab> PrimaryId<tab> SubIds<tab> DefaultSubId<tab> FontName<tab> FontSize<tab> Options<tab> Charset<tab> CodePage<tab> ISOLanguage<tab> ISOCountries<tab> ISODefaultCountry<cr><lf>

<tab> is the Tab character, 0x0009
<cr> is the Carriage Return character, 0x000D
<lf> is the Line Feed character, 0x000A

Use Language Manager or any Unicode text editor to create and edit language files.