时间:2019-03-17 标签:c#globalization
我正在制作一个使用很少语言的应用程序。我希望能够添加其他语言的资源,并在更改应用程序中的单选按钮后使用它而无需编译,以便每次用户添加另一个包含资源的文件(或更改资源文件)时,都可以在运行时使用它而无需重新编译。
阿比暗示?
Im making an application which uses few languages. I would like to have possibility to add resources in other language and us it after changing for example radio button in app without compilation so that each time user adds another file with resources (or changes resources file) it may be used during runtime without recompiling.
Aby hints ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MS 的方法是使用资源文件,然后将当前的 UI 区域性设置为用户之一。
有很多关于多语言和 .net 或其 Resx 文件的博客文章。
例如
http://weblogs.asp.net/guys/archive/ 2004/08/21/218116.aspx
The MS approach to this is using the resource files, and then set the current UI culture to the one of the user.
there are a lot blog posts about multilanguage and .net, or their Resx files.
e.g.
http://weblogs.asp.net/guys/archive/2004/08/21/218116.aspx