VC 怎样像判断windows系统是英文还是中文的 50
用GetVersionEx得到的是windows系统的版本信息,没有中英文的信息,读注册表HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl...
用GetVersionEx得到的是windows系统的版本信息,没有中英文的信息,读注册表HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\Locale的default值
也不行,GetACP也不行它是获得语言组的. 展开
也不行,GetACP也不行它是获得语言组的. 展开
1个回答
展开全部
GetSystemDefaultLangID
The GetSystemDefaultLangID function retrieves the language identifier
of the system locale.
LANGID GetSystemDefaultLangID(void);
Parameters
This function has no parameters.
Return Values
The return value is the language identifier of the system locale.
Remarks
For more information about language identifiers, see Language Identifiers and Locale
Information.
The GetSystemDefaultLangID function retrieves the language identifier
of the system locale.
LANGID GetSystemDefaultLangID(void);
Parameters
This function has no parameters.
Return Values
The return value is the language identifier of the system locale.
Remarks
For more information about language identifiers, see Language Identifiers and Locale
Information.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询