- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 asp.net core 2 中使用 .po 文件进行本地化 - https://learn.microsoft.com/en-us/aspnet/core/fundamentals/portable-object-localization?view=aspnetcore-2.1
我在 View 或 Controller 中成功地使用了它,但如何在 View 模型中将它与 DataAttributes 一起使用。示例:
[Required(ErrorMessage = "RoleName is required")]
[MinLength(1)]
public string RoleName { get; set; }
有没有人知道这是否可能?
最佳答案
我认为它已经被解决/解决了,阅读这个问题:https://github.com/OrchardCMS/OrchardCore/issues/1462
"What do we do for the error messages? Do we convert them as [Required(ErrorMessage = "localized error message")] or should we use the default MVC error messages? (enabled via [Required])"
解析为
"Works in culture-settings branch by adding simply builder.AddDataAnnotationsLocalization(); in OrchardCore.Mvc.Core Startup.cs file."
PR 已合并。
关于c# - 如何在 asp.net core 中使用 orchard .po 文件本地化来本地化数据注释属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51152996/
我是一名优秀的程序员,十分优秀!