Carbon


Language Codes B

Header: Script.h

enum {
    langLithuanian = 24,
    langPolish = 25,
    langHungarian = 26,
    langEstonian = 27,
    langLatvian = 28,
    langSami = 29,
    langFaroese = 30,
    langFarsi = 31,
    langPersian = 31,
    langRussian = 32,
    langSimpChinese = 33,
    langFlemish = 34,
    langIrishGaelic = 35,
    langAlbanian = 36,
    langRomanian = 37,
    langCzech = 38,
    langSlovak = 39,
    langSlovenian = 40,
    langYiddish = 41,
    langSerbian = 42,
    langMacedonian = 43,
    langBulgarian = 44,
    langUkrainian = 45,
    langByelorussian = 46,
    langBelorussian = 46
};

Constant descriptions

langLithuanian

Represents the Lithuanian language. The associated script code is smEastEurRoman.

langPolish

Represents the Polish language. The associated script code is smEastEurRoman.

langHungarian

Represents the Hungarian language. The associated script code is smEastEurRoman.

langEstonian

Represents the Estonian language. The associated script code is smEastEurRoman.

langLatvian

Represents the Lettish language. The associated script code is smEastEurRoman.

langSami
langFaroese
langFarsi

Represents the Farsi language. The associated script code is smArabic.

langPersian

Represents the Farsi language. The associated script code is smArabic. This is the same as the language code langFarsi.

langRussian

Represents the Russian language. The associated script code is smCyrillic.

langSimpChinese

Represents the Chinese (simplified chararacters) language. The associated script code is smSimpChinese.

langFlemish

Represents the Flemish language. The associated script code is smRoman.

langIrishGaelic
langAlbanian

Represents the Albanian language. The associated script code is smRoman.

langRomanian

Represents the Romanian language. The associated script code is smEastEurRoman.

langCzech

Represents the Czech language. The associated script code is smEastEurRoman.

langSlovak

Represents the Slovak language. The associated script code is smEastEurRoman.

langSlovenian

Represents the Slovenian language. The associated script code is smEastEurRoman.

langYiddish

Represents the Yiddish language. The associated script code is smHebrew.

langSerbian

Represents the Serbian language. The associated script code is smCyrillic.

langMacedonian

Represents the Macedonian language. The associated script code is smCyrillic.

langBulgarian

Represents the Bulgarian language. The associated script code is smCyrillic.

langUkrainian

Represents the Ukrainian language. The associated script code is smCyrillic.

langByelorussian

Represents the Byelorussian language. The associated script code is smCyrillic.

langBelorussian

These constants represent language codes. Note that each language is associated with a script code.

This is one of 7 sets of language code constants.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)