31 #include "../my_config.h"
41 std::string nls_swap_tmp; \
42 if(textdomain(NULL) != NULL) \
44 nls_swap_tmp = textdomain(NULL); \
45 textdomain(PACKAGE); \
51 #define NLS_SWAP_OUT \
52 if(nls_swap_tmp != "") \
53 textdomain(nls_swap_tmp.c_str())
57 #define NLS_SWAP_IN //
58 #define NLS_SWAP_OUT //