diff --git a/common/localization/messages-path-screenshot.png b/common/localization/messages-path-screenshot.png new file mode 100644 index 00000000..f2ba462c Binary files /dev/null and b/common/localization/messages-path-screenshot.png differ diff --git a/common/localization/readme.md b/common/localization/readme.md index a4852515..c444e8df 100644 --- a/common/localization/readme.md +++ b/common/localization/readme.md @@ -2,6 +2,8 @@ These samples show samples of implementing custom [services that localize the Telerik UI for Blazor components](https://docs.telerik.com/blazor-ui/globalization/localization). There is a server-side Blazor and a client-side Blazor (WASM) sample. -You can refer to our demos solution for an up-to-date sample `resx` file with the keys used by the components in the respective version and a sample implementation of a localization service. +You can refer to the [offline version](https://www.telerik.com/account/my-downloads) of our [Demo solution](http://demos.telerik.com/blazor-ui/) for an up-to-date `TelerikMessages.resx` file with the keys used by the components in the respective version. The demo site also contains a sample implementation of a localization service. The local path to the `TelerikMessages.resx` files is showcased in the screenshot below. -You can find translations provided by the community, and contribute your own, in the following repository: [UI for Blazor: Translation of Messages](https://github.com/telerik/blazor-ui-messages) +![screenshot of the messages files path](messages-path-screenshot.png) + +You can find translations provided by the community, and contribute your own, in the following repository: [UI for Blazor: Translation of TelerikMessages](https://github.com/telerik/blazor-ui-messages)