Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update localization.md #20774

Open
wants to merge 1 commit into
base: rel-8.2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/en/framework/fundamentals/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ services.Configure<AbpLocalizationOptions>(options =>
````

* If an extension file defines the same localized string, it overrides the string.
* It is crucial to set extension .json files as EmbeddedResource in your project file. This ensures that the files are correctly included in the assembly during both development and production builds, making them available for use at runtime.

## Getting the Localized Texts

Expand Down Expand Up @@ -255,4 +256,4 @@ See the following documents to learn how to reuse the same localization texts in
* [Localization for the MVC / Razor Pages UI](../ui/mvc-razor-pages/javascript-api/localization)
* [Localization for the Blazor UI](../ui/blazor/localization.md)
* [Localization for the Angular UI](../ui/angular/localization.md)
* [Video tutorial](https://abp.io/video-courses/essentials/localization)
* [Video tutorial](https://abp.io/video-courses/essentials/localization)