调用SetThreadUILanguage的效果

发布于 2024-08-13 14:56:02 字数 196 浏览 4 评论 0原文

在应用程序中调用 SetThreadUILanguage 会产生什么影响?是否会导致 MessageBox 上的“确定”和“取消”等标题以通过此 API 设置的语言显示?

如果字幕确实以设置的语言出现,它们是否需要该语言的操作系统的本地化版本,或者在英语操作系统之上拥有 MUI(多语言用户界面包)/LIP(语言界面包)就足够了。

谢谢, 兰吉特

What are the effects of calling SetThreadUILanguage in an applicaton? Will it cause captions like "OK" and "CANCEL" on a MessageBox to appear in the language set through this API?

If the captions do appear in the set language, do they require a localized version of the OS in that language or is it sufficient to have an MUI (Multilinguistic User interface pack) / LIP (Language interface pack) on top of an English OS.

Thanks,
Ranjit

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

み零 2024-08-20 14:56:02

是否会导致 MessageBox 上的“确定”和“取消”等标题以通过此 API 设置的语言显示

?否。这些来自操作系统,并且始终采用操作系统的语言。
如果您安装了本地化操作系统、MUI 或 LIP,它们将以操作系统 UI 的当前语言显示。

如果应用程序使用标准 MUI API,SetThreadUILanguage 只会影响调用它的应用程序对资源 dll 的加载。

Will it cause captions like "OK" and "CANCEL" on a MessageBox to appear in the language set through this API

No. These come from the OS, and are always in the language of the OS.
If you have a localized OS, or MUI or LIP installed, they will show in the current language of the OS UI.

SetThreadUILanguage affects the loading of the resource only dlls by the application calling it, if the application uses the standard MUI API.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文