如何本地化 MMC 管理单元(默认操作、文件菜单等)

发布于 2024-11-01 01:46:15 字数 163 浏览 4 评论 0原文

我正在开发一个 MMC 3.0 管理单元,并拥有一个框架来在运行时本地化所有字符串文字。

然而,MMC 插入了大量“默认”菜单项、操作和描述,我无法以编程方式访问它们。例如,“刷新”和“刷新” “帮助”按钮。

任何人都可以建议一种在代码中访问这些项目的方法,以便转换它们的属性吗?

I am developing a MMC 3.0 snap-in and have a framework in place to localize all string literals at run-time.

However, the MMC inserts lots of 'default' menu items, actions and descriptions, none of which I can access programmatically. For example, the "Refresh" & "Help" buttons.

Can anyone suggest a way of accessing these items in code, in order to translate their properties?

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

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

发布评论

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

评论(1

黑寡妇 2024-11-08 01:46:15

我怀疑 MMC 本身管理的 UI 元素是根据 Windows 其他部分使用的 UI 语言的管理规则进行本地化的。因此,如果您安装法语语言包并将其设置为默认语言包,我会假设基本的 MMC UI 元素将以法语显示。

I suspect that the UI elements managed by MMC itself are localized according to whatever rules govern the UI language used in other parts of Windows. So if you install a French language pack and make it the default, I would assume that the basic MMC UI elements would then appear in French.

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