ASP.NET MVC4 Tutorial/Scaffolding - Validation and display use several different locales

ぐ巨炮叔叔 提交于 2019-12-05 16:47:56

It turns out, the tutorial describes how to fix this later in the tutorial.

You're more than likely using the Culture which is assumed by defualt from your PC's culture. You can declare a default culture if you like, ie us-EN.

See http://everymanprogrammer.com/index.php/asp-net-easily-make-your-web-application-multilingual-part-2/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!