#include #include int main(){ const char *retval; retval = setlocale (LC_MESSAGES, NULL); printf("LC_MESSAGES: %s\n", retval); return 0; }