string
|
bind_textdomain_codeset(domain,
codeset)
Bind the C library's domain to codeset. |
|
|
string
|
bindtextdomain(domain,
dir)
Bind the C library's domain to dir. |
|
|
string
|
dcgettext(domain,
msg,
category)
Return translation of msg in domain and category. |
|
|
string
|
dgettext(domain,
msg)
Return translation of msg in domain. |
|
|
string
|
gettext(msg)
Return translation of msg. |
|
|
|
|
string
|
nl_langinfo(key)
Return the value for the locale information associated with key. |
|
|
|
setlocale(category,
value=None)
(integer,string=None) -> string. |
|
|
|
strcoll(a,
b)
string,string -> int. |
|
|
|
|
string
|
textdomain(domain)
Set the C library's textdmain to domain, returning the new domain. |
|
|