1 2 3 4 5 6 7 8 9 10 11
extern "C" { #include <libintl.h> } int main() { // Check if we include the directory correctly and have no link errors bindtextdomain("", ""); gettext(""); return 0; }