- GetLocaleInfoA
int GetLocaleInfoA(uint Locale, uint LCType, char* lpLCData, int cchData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetLocaleInfoW
int GetLocaleInfoW(uint Locale, uint LCType, wchar* lpLCData, int cchData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- systemLocale
string systemLocale()
Undocumented in source. Be warned that the author may not have intended to support it.