术语 | getsystemdefaultuilanguage |
释义 | GetSystemDefaultUILanguage 语法: LANGID GetSystemDefaultUILanguage(void); GetSystemDefaultUILanguage函数 检索系统的默认用户界面操作系统的语言,语言识别,还为“Windows Vista上安装和更高的语言”之称。有关更多信息,请参阅用户界面语言管理。 参数 这个函数没有参数。 返回值 为系统的默认用户界面操作系统的语言返回语言标识符。有关详细信息,请参见备注部分。 备注 这个函数没有返回一个语言界面包(LIP)语言标识符。它也永远不会返回一个语言识别相应的区域设置标识符LOCALE_CUSTOM_UNSPECIFIED或LOCALE_CUSTOM_UI_DEFAULT。 请注意,此功能并不一定返回该系统中的首选UI语言列表中的第一语言标识符。因此,可能不符合返回的第一个元素的GetSystemPreferredUILanguages检索。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinnls.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 多语言用户界面 多语言用户界面功能 EnumUILanguages GetSystemPreferredUILanguages GetUserDefaultUILanguage 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月12号 ==英文原文==GetSystemDefaultUILanguage Function Retrieves the language identifier for the system default UI language of the operating system, also known as the "install language" on Windows Vista and later. For more information, see User Interface Language Management . Syntax LANGID GetSystemDefaultUILanguage(void); Parameters This function has no parameters. Return Value Returns the language identifier for the system default UI language of the operating system. For more information, see the Remarks section. Remarks This function never returns a language identifier for a Language Interface Pack (LIP). It also never returns a language identifier corresponding to the locale identifier LOCALE_CUSTOM_UNSPECIFIED or LOCALE_CUSTOM_UI_DEFAULT . Note that this function does not necessarily return the identifier for the first language in the system preferred UI languages list. Therefore the return might not match the first element retrieved by GetSystemPreferredUILanguages . Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinnls.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also Multilingual User Interface Multilingual User Interface Functions EnumUILanguages GetSystemPreferredUILanguages GetUserDefaultUILanguage Send comments about this topic to Microsoft Build date: 7/12/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd318123(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。