Retrieves information about a locale specified by name.
http://msdn2.microsoft.com/en-us/library/ms776365.aspx
int GetLocaleInfoEx (
LPCWSTR lpLocaleName,
LCTYPE LCType,
LPWSTR lpLCData,
int cchData
);
Are blogs retro yet?
Retrieves information about a locale specified by name.
http://msdn2.microsoft.com/en-us/library/ms776365.aspx
int GetLocaleInfoEx (
LPCWSTR lpLocaleName,
LCTYPE LCType,
LPWSTR lpLCData,
int cchData
);
You must be logged in to post a comment.