操作系统对话框的本地化,例如 FileOpenDialog 等
我正在将我的 winform 应用程序本地化为法语和日语。我们在某些地方使用了 fileOpenDialog,当我将 CurrentUICulture 更改为 ja-JP 或 fr-FR 时,应用程序显示本地化屏幕,但对话框以英语显示,即默认操作系统设置。
是不是不能本地化?或者有什么替代方案吗?
谢谢。
I am localizing my winform application for french and japenese. We have fileOpenDialog used at some places, when I change the CurrentUICulture to ja-JP or fr-FR, application displays the localized screens But the dialog boxes are shown in English, i.e default OS setting.
Is it not localizable ? or there is any alternative to it?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
公共文件对话框和公共项目对话框是 Windows 本身的一部分,并使用底层 Windows 安装的语言。更改语言的唯一方法是重新安装不同语言版本的 Windows。
The Common File Dialogs and Common Item Dialogs are part of Windows itself and use the language of the underlying Windows installation. The only way to change their language is by reinstalling a different language variant of Windows.