Thanks for the fix.
pull/2809/head
Charles Simard-Lecours 2017-02-21 11:42:30 -05:00 committed by Shayne Boyer
parent 81aeebc239
commit cad2bbb61e
1 changed files with 1 additions and 1 deletions

View File

@ -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