dgettext
char *dgettext(const char *, const char *) __format_arg(2);
translation = dgettext(msgdomain, argv[0]);