Package: glib
Function glib:key-file-locale-string
Lambda Listglib:key-file-locale-string (keyfile group key locale) SyntaxArgumentsDetails                    The g:key-file-locale-string function returns the value associated    with key under group translated in the given locale if
    available.    If locale is nil then the current locale is assumed. If key  cannot be found then nil is returned. If the value associated with  key cannot be interpreted or no suitable translation can be found then
  the untranslated value is returned. The (setf g:key-file-locale-string) function associates a string value for key and locale under group. If the translation for key cannot be found then it is created.  | See also | 
2025-05-23