Skip to content

Commit e7c7e07

Browse files
chore(common): link localization sample from docs
1 parent f681374 commit e7c7e07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

globalization/localization.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ The necessary steps are to:
4141
>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.
4242
4343
>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/).
4446
4547
>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.
4648
@@ -295,4 +297,4 @@ Make sure to:
295297

296298
## See Also
297299

298-
* [Globalization Overview]({%slug globalization-overview%})
300+
* [Globalization Overview]({%slug globalization-overview%})

0 commit comments

Comments
 (0)