dagon.core.locale

Undocumented in source.

Members

Functions

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.

Variables

LOCALE_SISO3166CTRYNAME
enum uint LOCALE_SISO3166CTRYNAME;
Undocumented in source.
LOCALE_SISO639LANGNAME
enum uint LOCALE_SISO639LANGNAME;
Undocumented in source.
LOCALE_USER_DEFAULT
enum uint LOCALE_USER_DEFAULT;
Undocumented in source.

Meta