asp.NET 动态数据网站中的验证错误语言

发布于 2024-09-02 08:56:17 字数 283 浏览 5 评论 0原文

我需要将验证错误的语言更改为另一种语言。验证逻辑不得更改。

我只想将字段 f5080eb8_0a83_4b89_b339_233528441711 必须是有效整数翻译成另一种语言。例如从英语到意大利语。

我在 Visual Studio(整个解决方案)中搜索此文本

  1. 必须是有效整数字段
  2. 结果

= 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

  1. must be a valid integer
  2. The field

result=0. So, what is the best way to translate validation error text into another language?

Some ideas,
thanks!

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

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

发布评论

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

评论(1

所有深爱都是秘密 2024-09-09 08:56:17

您通常使用资源系统在 .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

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