Carbon


Language Codes C

Header: Script.h

enum {
    langUzbek = 47,
    langKazakh = 48,
    langAzerbaijani = 49,
    langAzerbaijanAr = 50,
    langArmenian = 51,
    langGeorgian = 52,
    langMoldavian = 53,
    langKirghiz = 54,
    langTajiki = 55,
    langTurkmen = 56,
    langMongolian = 57,
    langMongolianCyr = 58,
    langPashto = 59,
    langKurdish = 60,
    langKashmiri = 61,
    langSindhi = 62,
    langTibetan = 63,
    langNepali = 64,
    langSanskrit = 65,
    langMarathi = 66,
    langBengali = 67,
    langAssamese = 68,
    langGujarati = 69,
    langPunjabi = 70
};

Constant descriptions

langUzbek

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

langKazakh

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

langAzerbaijani

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

langAzerbaijanAr

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

langArmenian

Represents the Armenian language. The associated script code is smArmenian.

langGeorgian

Represents the Georgian language. The associated script code is smGeorgian.

langMoldavian

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

langKirghiz

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

langTajiki

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

langTurkmen

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

langMongolian

Represents the Mongolian language. The associated script code is smMongolian.

langMongolianCyr

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

langPashto

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

langKurdish

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

langKashmiri

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

langSindhi

Represents the Sindhi language. The associated script code is smExtArabic.

langTibetan

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

langNepali

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

langSanskrit

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

langMarathi

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

langBengali

Represents the Bengali language. The associated script code is smBengali.

langAssamese

Represents the Assamese language. The associated script code is smBengali.

langGujarati

Represents the Gujarati language. The associated script code is smGujarati.

langPunjabi

Represents the Punjabi language. The associated script code is smGurmukhi.

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)