Update make-content-localizable.md (#29061)

pull/29065/head
Rick Anderson 2023-04-21 14:13:21 -10:00 committed by GitHub
parent 6aa629a730
commit e09f4c3308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ DataAnnotations error messages are localized with `IStringLocalizer<T>`. Using t
[!code-csharp[](~/fundamentals/localization/sample/3.x/Localization/ViewModels/Account/RegisterViewModel.cs?start=9&end=26)]
In ASP.NET Core MVC 1.1.0 and later, non-validation attributes are localized.
Non-validation attributes are localized.
<a name="one-resource-string-multiple-classes"></a>