Method
Pango.Context.set_language
Declaration [src]
void
pango_context_set_language (
  PangoContext* context,
  PangoLanguage* language
)
Description [src]
Sets the global language tag for the context.
The default language for the locale of the running process can be found using [type_func@Pango.Language.get_default].
Parameters
| language | PangoLanguage | 
| the new language tag. | |
| Ownership is not transferred to the callee |