Go to the documentation of this file.
36 #include "../my_config.h"
46 std::string nls_swap_tmp; \
47 if(textdomain(NULL) != NULL) \
49 nls_swap_tmp = textdomain(NULL); \
50 textdomain(PACKAGE); \
56 #define NLS_SWAP_OUT \
57 if(nls_swap_tmp != "") \
58 textdomain(nls_swap_tmp.c_str())
62 #define NLS_SWAP_IN //
63 #define NLS_SWAP_OUT //