asp.NET 动态数据网站中的验证错误语言
我需要将验证错误的语言更改为另一种语言。验证逻辑不得更改。
我只想将字段 f5080eb8_0a83_4b89_b339_233528441711 必须是有效整数翻译成另一种语言。例如从英语到意大利语。
我在 Visual Studio(整个解决方案)中搜索此文本
- 必须是有效整数字段
- 结果
= 0。那么,将验证错误文本翻译成另一种语言的最佳方法是什么?
一些想法, 谢谢!
I need to change language of validation error to another language. Validation logic must not be changed.
I just want to translate The field f5080eb8_0a83_4b89_b339_233528441711 must be a valid integer. into another language. For example from English into Italian.
I search in Visual Studio(Entire Solution) for this texts
- must be a valid integer
- The field
result=0. So, what is the best way to translate validation error text into another language?
Some ideas,
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您通常使用资源系统在 .NET 中执行所有翻译活动: http:// msdn.microsoft.com/en-us/library/ms227427.aspx
You typically do all translation activities in .NET with the Resources system: http://msdn.microsoft.com/en-us/library/ms227427.aspx