logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mlanguage_text -

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)

See Also