const std::string & getDomainName()
Gets the domain name used for gettext translations.
const char * pgettext(const char *context, const char *msg)
Translates a message for a given context.
const char * pngettext(const char *context, const char *msg, const char *msgPlural, unsigned long n)
Translates a plural message for a given context.
bool init(const std::string &domainName)
Initializes the gettext system. This function should only be called once, regardless of with differen...