![]() |
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 };
Represents the English language. The associated script code is smRoman.
Represents the French language. The associated script code is smRoman.
Represents the German language. The associated script code is smRoman.
Represents the Italian language. The associated script code is smRoman.
Represents the Dutch language. The associated script code is smRoman.
Represents the Swedish language. The associated script code is smRoman.
Represents the Spanish language. The associated script code is smRoman.
Represents the Danish language. The associated script code is smRoman.
Represents the Portuguese language. The associated script code is smRoman.
Represents the Norwegian language. The associated script code is smRoman.
Represents the Hebrew language. The associated script code is smHebrew.
Represents the Japanese language. The associated script code is smJapanese.
Represents the Arabic language. The associated script code is smArabic.
Represents the Finnish language. The associated script code is smRoman.
Represents the Greek language. The associated script code is smGreek.
Represents the Icelandic language. The associated script code is smRoman.
Represents the Maltese language. The associated script code is smRoman.
Represents the Turkish language. The associated script code is smRoman.
Represents the Croatian language. The associated script code is smRoman.
Represents the Chinese (traditional chararacters) language. The associated script code is smTradChinese.
Represents the Urdu language. The associated script code is smArabic.
Represents the Hindi language. The associated script code is smDevanagari.
Represents the Thai language. The associated script code is smThai.
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)