GLib.Intl – glib-2.0 Reference Manual
Intl
Description:
public
namespace
Intl
Namespace:
GLib.Intl
Package:
glib-2.0
Content:
Methods:
public
unowned
string
?
bind_textdomain_codeset
(
string
domainname,
string
? codeset)
public
unowned
string
?
bindtextdomain
(
string
domainname,
string
? dirname)
public
unowned
string
[]
get_language_names
()
Computes a list of applicable locale names, which can be used to e.
public
unowned
string
[]
get_language_names_with_category
(
string
category_name)
Computes a list of applicable locale names with a locale category name, which can be used to construct the fallback locale-dependent filenames or search paths.
public
unowned
string
?
setlocale
(
LocaleCategory
category =
ALL
,
string
? locale =
""
)
Installs the specified system locale or its portion as the new C locale.
public
unowned
string
strip_context
(
string
msgid,
string
msgval)
An auxiliary function for
gettext
support (see
Q_
).
public
unowned
string
?
textdomain
(
string
? domainname)
2022 vala-language.org