asp.net MVC 3 1 两种语言的网站

发布于 2024-11-08 03:57:33 字数 311 浏览 0 评论 0原文

可能的重复:
如何本地化 ASP .Net MVC 应用程序?

您好, ich 有一个小型的 mvc 3 项目,其中用户应该能够在两种语言(德语和法语)之间切换,但我完全不知道如何让它工作。 任何人都可以非常简单地解释一下它,并且对于那些只有很少或 0 ASP MVC 经验的人来说 谢谢

Possible Duplicate:
How to localize ASP .Net MVC application?

Hello,
ich have a small mvc 3 project in which the user should be able to switch between two language (german and french) and i have absolutly no idea how to get it working.
can anyone explain it very simple and for someone who has only litty or 0 experience with asp mvc
thanks

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

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

发布评论

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

评论(2

一杆小烟枪 2024-11-15 03:57:33

I may suggest you starting with the complete guide and once you encounter some specific problems don't hesitate to show your progress (in terms of source code of course) and any specific problems you might have encountered on StackOverflow. I am sure you will get good answers.

攒眉千度 2024-11-15 03:57:33

我的博客上有一篇关于构建多语言网站的完整博客文章,它可能会帮助您 https ://dominicstpierre.com/aspnet-mvc-multilingual-websites.html

只需在路由/网址中添加语言即可更改语言的概念并不难。正如@Darin Dimitrov 所说,检查一下并返回更具体的问题/源代码。

I've a complete blog post on my blog on building multilingual website, it might help you https://dominicstpierre.com/aspnet-mvc-multilingual-websites.html.

The concept of changing language is not very hard by just adding the language in the route / url. As @Darin Dimitrov said, check it out and come back with more specific questions / source code.

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