You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/localization/readme.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
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.
4
4
5
-
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.
5
+
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.
6
6
7
-
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)
7
+

8
+
9
+
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)
0 commit comments