Skip to content

Commit

Permalink
Update globalization/localization.md
Browse files Browse the repository at this point in the history
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
  • Loading branch information
dimodi and ikoevska authored Oct 14, 2024
1 parent d3b4330 commit 1b276bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globalization/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b276bc

Please sign in to comment.