Skip to content

Commit 58b55a3

Browse files
dimodiikoevska
authored andcommitted
Update globalization/localization.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent 54ae747 commit 58b55a3

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)