Skip to content

Commit 3143531

Browse files
docs(Localization): Improve resx notes (#2824)
Co-authored-by: Dimo Dimov <[email protected]>
1 parent e9b82a6 commit 3143531

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

globalization/localization.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,14 @@ Create and add localization resource `resx` files to your app, based on the lang
5454

5555
> Update the localization resource files every time you upgrade Telerik UI for Blazor. Otherwise you may see:
5656
>
57-
* Missing or non-translated messages in the UI
58-
* [Exceptions related to missing localization keys](slug:common-kb-null-value-parameter-format)
59-
>
60-
> Telerik supports the default English strings. The `resx` files for the other languages are provided as-is and you can use them as base for implementing your own.
57+
> * Missing or non-translated messages in the UI
58+
> * [Exceptions related to missing localization keys](slug:common-kb-null-value-parameter-format)
59+
60+
> Telerik supports the default English strings. The `resx` files for the other languages exist only for demo purposes and are provided as-is. You can use them as a base for implementing your own.
61+
62+
#### Embed the Resource Files
6163

62-
Make sure the `resx` files are defined as `EmbeddedResource` in the **Build Action** properties or in the `.csproj` file. Normally, the `Designer` file is generated automatically on every `resx` file save.
64+
Define the `resx` files as `EmbeddedResource` in the **Build Action** properties or in the `.csproj` file. Normally, the `Designer` file is generated automatically on every `resx` file save.
6365

6466
>caption Sample resource file configuration in the .csproj file
6567

0 commit comments

Comments
 (0)