mlanguage_text -
Contents
Copyright
Copyright (C) 2001 Information-technology Promotion Agency (IPA)
Copyright (C) 2001-2011 National Institute of Advanced Industrial Science and Technology (AIST)
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free
Documentation License <http://www.gnu.org/licenses/fdl.html>.
Version 1.8.4 Mon Sep 25 2023 mlanguage_text(3m17n)
Description
Return 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.
Name
mlanguage_text -
Return Value
If the information is available, this function returns an M-text that should not be modified nor
freed. Otherwise, it returns NULL.
See Also
mlanguage_code(), mlanguage_name().
Synopsis
MText* mlanguage_text (MSymbol language)
