Name
bindtextdomain -- specify that the DOMAINNAME message catalog will be found in DIRNAME rather than in the system locale data base
Synopsis
| #include <unistd.h>
extern char *bindtextdomain(const char *domainname,
                            const char *dirname); | 
Description
Specify that the DOMAINNAME message catalog will be found in DIRNAME rather than in the system locale data base.