65
65
/* Use the POSIX methods of looking to 'LC_ALL', 'LC_xxx', and 'LANG'.
66
66
On some systems this can be done by the 'setlocale' function itself. */
67
67
# if defined HAVE_SETLOCALE && defined HAVE_LC_MESSAGES && defined HAVE_LOCALE_NULL
68
69
retval = setlocale (category, NULL);
70
71
/* Setting of LC_ALL overwrites all other. */