读书人

帮忙:请教VC有没有检测系统语言的API

发布时间: 2012-01-21 21:31:43 作者: rapoo

大虾帮忙:请问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
);

读书人网 >VC/MFC

热点推荐