在 ASP.NET 中手动设置 UICulture
我正在使用 .resx 文件本地化网站。通常会自动选择适当的文件,但我也想允许手动选择它。为此,我在数据库中存储一个字段。我应该在哪里以及如何将其分配给 UICulture 来更改页面语言?
I'm using .resx files to localise a website. Normally the appropriate file is selected automatically, but I'd also like to allow to select it manually. To do that, I store a field in the database. Where and how should I assign it to the UICulture to change the page language?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能对您有帮助:
我如何让客户选择哪种语言?
使用 .resx 文件本地化后,如何使客户能够以其语言查看整个网站?
更多搜索SO,您应该找到不同风格的方法来了解如何做到这一点。
This might help you:
how do I give client option which language to choose?
Once localized with .resx files, how to enable client to view entire website in their language?
For more search SO, you should find different flavors methods as how to do it.