gettext (3) Linux Manual Page
NAME gettext, dgettext, dcgettext – translate message SYNOPSIS #include <libintl.h> char *gettext(const char *msgid); char *dgettext(const char *domainname, const char *msgid); char *dcgettext(const char *domainname, const char *msgid, int category); DESCRIPTION The gettext, dgettext and dcgettext functions attempt to translate a text string into the user’s native language, by looking up the translation in a…
