|
NAMEmlanguage_text - SYNOPSISMText* mlanguage_text (MSymbol language) DESCRIPTIONReturn the language name written in that language. The mlanguage_text() function returns, in the form of M-text, the language name of language written in language. If the representative characters of the language are known, the characters of the returned M-text has a text property whose key is Mtext and whose value is an M-text that contains the representative characters. RETURN VALUEIf the information is available, this function returns an
M-text that should not be modified nor freed. Otherwise, it returns
NULL.
SEE ALSOmlanguage_code(), mlanguage_name().
COPYRIGHTCopyright (C) 2001 Information-technology Promotion Agency (IPA)
|