From 62d6ae5bc9ef4eadec905d229d1bcac50081b5be Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Mon, 27 Dec 2021 13:16:42 -1000 Subject: [PATCH] Update localization.md (#24425) --- aspnetcore/fundamentals/localization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/localization.md b/aspnetcore/fundamentals/localization.md index 95ca418d37..e5771b4e10 100644 --- a/aspnetcore/fundamentals/localization.md +++ b/aspnetcore/fundamentals/localization.md @@ -361,7 +361,7 @@ Use `RequestLocalizationOptions` to add or remove localization providers. ### Change request culture providers order - has three default request culture providers: , , and . Use [`RequestLocalizationOptions.RequestCultureProviders`]](xref:Microsoft.AspNetCore.Builder.RequestLocalizationOptions.RequestCultureProviders) property to change the order of these providers as shown in the following below: + has three default request culture providers: , , and . Use [`RequestLocalizationOptions.RequestCultureProviders`](xref:Microsoft.AspNetCore.Builder.RequestLocalizationOptions.RequestCultureProviders) property to change the order of these providers as shown in the following below: ```csharp app.UseRequestLocalization(options =>