Skip to content

Commit 1b276bc

Browse files
dimodiikoevska
andauthored
Update globalization/localization.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent d3b4330 commit 1b276bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

globalization/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ namespace ServerLocalizationResx.Services
113113

114114
### Step 4: Register Your Telerik Localization Service
115115

116-
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.
116+
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.
117117

118118
>caption Program.cs
119119

0 commit comments

Comments
 (0)