大虾帮忙:请问VC有没有检测系统语言的API?
如题.............
[解决办法]
GetLocaleInfo
Retrieves information about a locale.
int GetLocaleInfo(
LCID Locale, // locale identifier
LCTYPE LCType, // information type
LPTSTR lpLCData, // information buffer
int cchData // size of buffer
);