Skip to content

Commit 3013e42

Browse files
dimodiikoevska
authored andcommitted
Update globalization/localization.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent 6d4786a commit 3013e42

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
@@ -40,7 +40,7 @@ Using your own names is possible and will affect:
4040

4141
[Enable Blazor localization and set the application's culture](https://learn.microsoft.com/en-us/aspnet/core/blazor/globalization-localization), depending on the business requirements and the hosting model or render mode.
4242

43-
The purpose of this step is to supply the correct application culture to the `ResourceManager.GetString()` method in your [Telerik localization service](#step-3-implement-itelerikstringlocalizer-service). This is turn will obtain the localized string from the correct resource file with a matching locale in its file name.
43+
The purpose of this step is to supply the correct application culture to the `ResourceManager.GetString()` method in your [Telerik localization service](#step-3-implement-itelerikstringlocalizer-service). This in turn will obtain the localized string from the correct resource file with a matching locale in its file name.
4444

4545
>tip This step is optional if your Blazor application will always use the same culture and a single Telerik resource file without a locale in its name.
4646

0 commit comments

Comments
 (0)