pangoContextSetLanguage {RGtk2}R Documentation

pangoContextSetLanguage

Description

Sets the global language tag for the context. The default language for the locale of the running process can be found using pangoLanguageGetDefault().

Usage

pangoContextSetLanguage(object, language)

Arguments

object [PangoContext] a PangoContext
language [PangoLanguage] the new language tag.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]