From e09f4c330841b29283faffe1e4fee19bbde2acc9 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 21 Apr 2023 14:13:21 -1000 Subject: [PATCH] Update make-content-localizable.md (#29061) --- .../fundamentals/localization/make-content-localizable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/localization/make-content-localizable.md b/aspnetcore/fundamentals/localization/make-content-localizable.md index a4d77943c2..784d7c364b 100644 --- a/aspnetcore/fundamentals/localization/make-content-localizable.md +++ b/aspnetcore/fundamentals/localization/make-content-localizable.md @@ -92,7 +92,7 @@ DataAnnotations error messages are localized with `IStringLocalizer`. 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.