Skip to content

Commit 2c25ca5

Browse files
dimodidimodi
authored andcommitted
Add a small note
1 parent 4b57663 commit 2c25ca5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

globalization/localization.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ 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.
44+
45+
>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.
46+
4347
### Step 2: Add Resouce Files
4448

4549
Create and add localization resource `resx` files to your app, based on the languages that the app must support. Use the following links for reference:

0 commit comments

Comments
 (0)