getlocalename_l
const char *getlocalename_l(int category, locale_t locobj);
return const_cast<char*>(getlocalename_l(category, LC_GLOBAL_LOCALE));