From 1b276bc5702ac8ef6fcfdd4077be5095954b1754 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:26:07 +0300 Subject: [PATCH] Update globalization/localization.md Co-authored-by: Iva Stefanova Koevska-Atanasova --- globalization/localization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globalization/localization.md b/globalization/localization.md index 99da04108..8e49e0fde 100644 --- a/globalization/localization.md +++ b/globalization/localization.md @@ -113,7 +113,7 @@ namespace ServerLocalizationResx.Services ### Step 4: Register Your Telerik Localization Service -Register your custom Telerik localization service in `Program.cs` after `builder.Services.AddTelerikBlazor();`. The order is crucial and the Telerik components will always use localization service, which is registered last. If you reorder the two lines below, the components will use the default built-in English localization strings. +Register your custom Telerik localization service in `Program.cs` after `builder.Services.AddTelerikBlazor();`. The order is crucial and the Telerik components will always use the last registered localization service. If you reorder the two lines below, the components will use the default built-in English localization strings. >caption Program.cs