From e265a41207d274e032244d6558801702bdce3782 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Wed, 12 Mar 2025 13:53:05 +0200 Subject: [PATCH] docs(Localization): Improve resx notes --- globalization/localization.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/globalization/localization.md b/globalization/localization.md index 15943fc93..efe9d6115 100644 --- a/globalization/localization.md +++ b/globalization/localization.md @@ -54,12 +54,14 @@ Create and add localization resource `resx` files to your app, based on the lang > Update the localization resource files every time you upgrade Telerik UI for Blazor. Otherwise you may see: > -* Missing or non-translated messages in the UI -* [Exceptions related to missing localization keys](slug:common-kb-null-value-parameter-format) -> -> 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. +> * Missing or non-translated messages in the UI +> * [Exceptions related to missing localization keys](slug:common-kb-null-value-parameter-format) + +> 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. + +#### Embed the Resource Files -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. +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. >caption Sample resource file configuration in the .csproj file