首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > VC/MFC >

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

2012-01-21 
大虾帮忙:请问VC有没有检测系统语言的API?如题.............[解决办法]GetLocaleInfoRetrieves informatio

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

热点排行