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