Package: pango

Function pango:context-language

Lambda List

pango:context-language (context)

Syntax

(pango:context-language context) => language
(setf (pango:context-language context) language)

Arguments

context -- a pango:context object
language -- a pango:language instance, or nil

Details

Gets or sets the global language tag for the Pango context. The default language for the locale of the running process can be found using the pango:language-default function.
 

See also

2025-08-24