Language
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "pango_language_get_type ()" ) ]
[ Compact ]
public class Language
The `PangoLanguage` structure is used to represent a language.
`PangoLanguage` pointers can be efficiently copied and compared with each other.
Content:
Static methods:
Methods:
- public unowned string get_sample_string ()
Get a string that is representative of the characters needed to render
a particular language.
- public unowned Script[]? get_scripts ()
Determines the scripts used to to write
this.
- public bool includes_script (Script script)
Determines if script
is one of the scripts used to write
this.
- public bool matches (string range_list)
Checks if a language tag matches one of the elements in a list of
language ranges.
- public unowned string to_string ()
Gets the RFC-3066 format string representing the given language tag.