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: globalization/localization.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ The necessary steps are to:
41
41
>note The code snippets below will showcase a sample implementation for a server-side app. For a client-side app, some framework configurations my differ and you cannot use `.resx` files because the framework does not support them.
42
42
43
43
>tip You can find an example implementation in our offline demos project that are available your Telerik UI for Blazor installation (both [msi]({%slug installation/msi%}) and [zip]({%slug installation/zip%})).
44
+
>
45
+
> More examples are available in the following repo: [https://github.com/telerik/blazor-ui/tree/master/common/localization/](https://github.com/telerik/blazor-ui/tree/master/common/localization/).
44
46
45
47
>note When following this tutorial to add localization to an existing app, make sure to compare the configuration you are copying so that you do not remove configuration necessary for your app.
0 commit comments