From ae1e1fd17b6e171623c87d985519ec8364b0fc5a Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Thu, 6 Apr 2023 13:19:56 +1000 Subject: [PATCH] Mark localization as supported in AOT. --- aspnetcore/fundamentals/native-aot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/native-aot.md b/aspnetcore/fundamentals/native-aot.md index d27b50a1d6..506d509b71 100644 --- a/aspnetcore/fundamentals/native-aot.md +++ b/aspnetcore/fundamentals/native-aot.md @@ -163,7 +163,7 @@ Not all features in ASP.NET Core are currently compatible with native AOT. The f | CORS | Fully supported | | | | HealthChecks | Fully supported | | | | HttpLogging | Fully supported | | | -| Localization | | |Not supported | +| Localization | Fully supported | | | | OutputCaching | Fully supported | | | | RateLimiting | Fully supported | | | | RequestDecompression | Fully supported | | |