Skip to content

Commit 53f845d

Browse files
ntachevamatanasov
authored andcommitted
Update knowledge-base/common-change-selected-localization-keys.md
1 parent 376f8eb commit 53f845d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/common-change-selected-localization-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To localize selected keys with custom strings:
3939

4040
1. Create a project with Telerik UI for Blazor. For detailed instructions, see:
4141
* [Getting Started with Blazor WebAssembly Standalone App](slug:getting-started/client-side)
42-
* [Getting Started with Blazor Blazor Web App](slug:getting-started/web-app)
42+
* [Getting Started with Blazor Web App](slug:getting-started/web-app)
4343
2. Create a `Services` folder and implement the Telerik localization service with a list of all needed localization keys and their corresponding custom strings. The service also relies on a `~/Resources` folder with the necessary `.resx` files. You can find an up-to-date list of the used strings in the [Blazor API documentation](slug:Telerik.Blazor.Resources.Messages) and the [offline version](https://www.telerik.com/account/my-downloads) of the [Blazor Demo solution](https://demos.telerik.com/blazor-ui). Telerik updates the main `TelerikMessages.resx` file (in English) with each new release.
4444
>caption ResxLocalizer.cs
4545

0 commit comments

Comments
 (0)