parent
81aeebc239
commit
cad2bbb61e
|
@ -96,7 +96,7 @@ DataAnnotations error messages are localized with `IStringLocalizer<T>`. Using t
|
|||
|
||||
[!code-csharp[Main](localization/sample/ViewModels/Account/RegisterViewModel.cs?start=9&end=26)]
|
||||
|
||||
In ASP.NET Core MVC 1.1.0 and higer, non-validation attributes are localized. ASP.NET Core MVC 1.0 does **not** look up localized strings for non-validation attributes.
|
||||
In ASP.NET Core MVC 1.1.0 and higher, non-validation attributes are localized. ASP.NET Core MVC 1.0 does **not** look up localized strings for non-validation attributes.
|
||||
|
||||
## Provide localized resources for the languages and cultures you support
|
||||
|
||||
|
|
Loading…
Reference in New Issue