libintl

D header file for C99 libintl.h, which provides message catalogs for internationalization.

Members

Functions

__dcgettext
char* __dcgettext(char* __domainname, char* __msgid, int __category)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__dgettext
char* __dgettext(char* __domainname, char* __msgid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bind_textdomain_codeset
char* bind_textdomain_codeset(char* __domainname, char* __codeset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bindtextdomain
char* bindtextdomain(char* __domainname, char* __dirname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dcgettext
char* dcgettext(char* __domainname, char* __msgid, int __category)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dcngettext
char* dcngettext(char* __domainname, char* __msgid1, char* __msgid2, c_long __n, int __category)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dgettext
char* dgettext(char* __domainname, char* __msgid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dngettext
char* dngettext(char* __domainname, char* __msgid1, char* __msgid2, c_long __n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gettext
char* gettext(char* __msgid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ngettext
char* ngettext(char* __msgid1, char* __msgid2, c_long __n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
textdomain
char* textdomain(char* __domainname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta