覆盖html.validationmessageFor错误消息

时间:2017-04-10 10:36:28

标签: c# html-helper jquery-validation-engine

我有办法覆盖来自with your_table (x) as ( select 'a1b2c3' from dual union all select 'abc' from dual union all select '1ab' from dual union all select '123' from dual union all select '156' from dual ) select x from your_table where regexp_substr(x, '^[[:digit:]]+$') between 100 and 150; X ------ 123 的邮件。 所以当它被激活时,它会显示新消息吗?

我试图将此添加到我的模型中:

Html.ValidationMessageFor

但那不行。

如果我将消息添加到自己的html中,它将始终在页面加载时显示:

[Required(ErrorMessage = "validation error message goes here")]
public decimal Average { get; set; }

我需要更改为我的语言(丹麦语)提供的错误消息,而不仅仅是英文版的模型名称。

0 个答案:

没有答案