dcgettext

Name

dcgettext -- look up the MSGID in the DOMAINNAME message catalog for the current CATEGORY locale

Synopsis

#include <libintl.h>

extern char *dcgettext(const char *domainname,
                       const char *msgid, int category);

Description

Used to look up the MSGID in the DOMAINNAME message catalog for the current CATEGORY locale.