Carbon


Language Codes E

Header: Script.h

enum {
    langWelsh = 128,
    langBasque = 129,
    langCatalan = 130,
    langLatin = 131,
    langQuechua = 132,
    langGuarani = 133,
    langAymara = 134,
    langTatar = 135,
    langUighur = 136,
    langDzongkha = 137,
    langJavaneseRom = 138,
    langSundaneseRom = 139,
    langGalician = 140,
    langAfrikaans = 141
};

Constant descriptions

langWelsh

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

langBasque

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

langCatalan

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

langLatin

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

langQuechua

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

langGuarani

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

langAymara

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

langTatar

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

langUighur

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

langDzongkha

Represents the Bhutanese language. The associated script code is smTibetan.

langJavaneseRom

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

langSundaneseRom

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

langGalician
langAfrikaans

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)