开发者

Globalization for ASP.NET MVC 2 Validators

开发者 https://www.devze.com 2022-12-23 06:25 出处:网络
Is there anyway to override the custom validation error messages from the Validatio开发者_StackOverflownAttributes?

Is there anyway to override the custom validation error messages from the Validatio开发者_StackOverflownAttributes?

Basically I need the ValidationAttributes to support globalization.


I saw a question on ScottGu's blog about it and he responded with, that is if you are using DataAnnotations. Are you?

Yes - you can localize that today. In addition to specifying the string explictly you can alternatively provide a resource key. That allows you to fully localize the error messages.

UPDATE: I was looking at some other stuff and came across this article. Thought it might help you, or anyone else that may stumble across it.

http://blog.maartenballiauw.be/post/2009/11/05/Localize-ASPNET-MVC-2-DataAnnotations-validation-messages.aspx

0

精彩评论

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