ASP.NET MVC 2 验证器的全球化

发布于 2024-08-26 08:51:17 字数 92 浏览 7 评论 0 原文

是否有办法覆盖 ValidationAttributes 中的自定义验证错误消息?

基本上我需要 ValidationAttributes 来支持全球化。

Is there anyway to override the custom validation error messages from the ValidationAttributes?

Basically I need the ValidationAttributes to support globalization.

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

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

发布评论

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

评论(1

疑心病 2024-09-02 08:51:17

我在 ScottGu 的博客上看到了一个关于它的问题,他回答说,如果你正在使用 DataAnnotations。你是?

是的 - 您今天就可以对其进行本地化。在
除了指定字符串之外
明确地你也可以
提供资源密钥。这允许
您可以完全定位错误
消息。

更新:我在看其他一些东西并发现了这篇文章。我认为它可能对您或其他可能偶然发现它的人有帮助。

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

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

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