Struct
PangoLanguage
Description [src]
struct PangoLanguage {
/* No available fields */
}
The PangoLanguage
structure is used to
represent a language.
PangoLanguage
pointers can be efficiently
copied and compared with each other.
Functions
pango_language_get_default
Returns the PangoLanguage
for the current locale of the process.
since: 1.16
Instance methods
pango_language_get_sample_string
Get a string that is representative of the characters needed to render a particular language.
pango_language_includes_script
Determines if script
is one of the scripts used to
write language
.
since: 1.4
pango_language_matches
Checks if a language tag matches one of the elements in a list of language ranges.