Carbon


Language Codes A

Header: Script.h

enum {
    langEnglish = 0,
    langFrench = 1,
    langGerman = 2,
    langItalian = 3,
    langDutch = 4,
    langSwedish = 5,
    langSpanish = 6,
    langDanish = 7,
    langPortuguese = 8,
    langNorwegian = 9,
    langHebrew = 10,
    langJapanese = 11,
    langArabic = 12,
    langFinnish = 13,
    langGreek = 14,
    langIcelandic = 15,
    langMaltese = 16,
    langTurkish = 17,
    langCroatian = 18,
    langTradChinese = 19,
    langUrdu = 20,
    langHindi = 21,
    langThai = 22,
    langKorean = 23
};

Constant descriptions

langEnglish

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

langFrench

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

langGerman

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

langItalian

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

langDutch

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

langSwedish

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

langSpanish

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

langDanish

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

langPortuguese

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

langNorwegian

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

langHebrew

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

langJapanese

Represents the Japanese language. The associated script code is smJapanese.

langArabic

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

langFinnish

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

langGreek

Represents the Greek language. The associated script code is smGreek.

langIcelandic

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

langMaltese

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

langTurkish

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

langCroatian

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

langTradChinese

Represents the Chinese (traditional chararacters) language. The associated script code is smTradChinese.

langUrdu

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

langHindi

Represents the Hindi language. The associated script code is smDevanagari.

langThai

Represents the Thai language. The associated script code is smThai.

langKorean

Represents the Korean language. The associated script code is smKorean.

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)