We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b832fa commit 6c97ec5Copy full SHA for 6c97ec5
globalization/localization.md
@@ -72,7 +72,7 @@ The necessary steps are to:
72
>caption Step 1 - Example for enabling localization in the app
73
74
* `Startup.cs` for .NET 3.x and .NET 5
75
-* `Program.cs` for .NET 6
+* `Program.cs` for .NET 6 and .NET 7
76
77
<div class="skip-repl"></div>
78
````Startup.cs
@@ -257,8 +257,8 @@ public class CultureController : Controller
257
258
>caption Step 2 (continued) - Use a cookie to store the culture choice of the user.
259
260
-* `~/Pages/_Host.cshtml` for .NET 3.x and .NET 5
261
-* `~/Pages/_Layout.cshtml` for .NET 6
+* `~/Pages/_Host.cshtml` for .NET 6 and .NET
+* `~/Pages/_Layout.cshtml` for .NET 3.x and .NET 5
262
263
264
````_Host.cshtml
0 commit comments