开发者

ASP.NET MVC 3 localization: Resources for data annotations

开发者 https://www.devze.com 2023-03-06 11:06 出处:网络
We use ASP.NET MVC 3 and Entity Framework 4 and annotate our entities with attributes like [Required]. The validation works correct and an error me开发者_JS百科ssage \"The xxx field is required\" is d

We use ASP.NET MVC 3 and Entity Framework 4 and annotate our entities with attributes like [Required]. The validation works correct and an error me开发者_JS百科ssage "The xxx field is required" is displayed. We try to localize our application. I used the Web Platform Installer and installed the ASP.NET MVC 3 Tools Update Language Packs Installer and also installed the AspNetMVC3ToolsUpdateSetup_DEU.exe from the Microsoft Download page. But I still don't get german error messags. The rest of the application localizes properly.


I found the resources. They are in the full language pack of the .NET Framework 4 which has to be installed.

0

精彩评论

暂无评论...
验证码 换一张
取 消