Functions | |
| MPlist * | mlanguage_list (void) |
| List 3-letter language codes. | |
| MSymbol | mlanguage_code (MSymbol language, int len) |
| Get a language code. | |
| MPlist * | mlanguage_name_list (MSymbol language, MSymbol target, MSymbol script, MSymbol territory) |
| Return the language names written in the specified language. | |
| MText * | mlanguage_text (MSymbol language) |
| Return the language name written in that language. | |
| MPlist * | mscript_list (void) |
| List script names. | |
| MPlist * | mscript_language_list (MSymbol script) |
| List languages that use a specified script. | |
Obsolete functions | |
This function is obsolete. Use mlanguage_name_list() instead. The mlanguage_name() function returns a symbol whose name is an English name of language. language is a symbol whose name is an ISO639-2 3-letter language code, an ISO639-1 2-letter language codes, or an English word.
| |
| MSymbol | mlanguage_name (MSymbol language) |
Variables | |
| MSymbol | Miso639_1 |
| MSymbol | Miso639_2 |
| MPlist* mlanguage_list | ( | void | ) |
List 3-letter language codes.
The mlanguage_list() funciton returns a well-formed plist whose keys are Msymbol and values are symbols whose names are ISO639-2 3-letter language codes.