如何本地化 MMC 管理单元(默认操作、文件菜单等)
我正在开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我怀疑 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.