Skip to content

Commit 69d434e

Browse files
committed
Add links to language management documentation for adding new languages
1 parent 10d7171 commit 69d434e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/en/Features-Angular-Language-Management.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ We can select any language as a **base** (reference) and change **target** langu
1616

1717
**Host** users (if allowed) can edit languages and localized texts. These languages will be default for all tenants for a multi-tenant application. **Tenants** inherit languages and localized texts and can **override** localized texts.
1818

19+
If you want to add a new language, you can review the documentation on [How to Add a New Language in an ASP.NET Zero Angular Application](Adding-New-Localization-Angular)
20+
1921
See [language management](https://aspnetboilerplate.com/Pages/Documents/Zero/Language-Management) and [localization](https://aspnetboilerplate.com/Pages/Documents/Localization) documents for more information.
2022

2123
## Next

docs/en/Features-Mvc-Core-Language-Management.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ We can select any language as a **base** (reference) and change **target** langu
1919
Both pages use **LanguageAppService** class as application service. It has methods to manage languages and localized texts. **IApplicationLanguageManager** and **IApplicationLanguageTextManager**
2020
interfaces are used to perform domain logic (as used by LanguageAppService).
2121

22+
If you want to add a new language, you can review the documentation on [How to Add a New Language in an ASP.NET Zero MVC Application](Adding-New-Localization-Mvc)
23+
2224
See [language management](https://aspnetboilerplate.com/Pages/Documents/Zero/Language-Management) and [localization](https://aspnetboilerplate.com/Pages/Documents/Localization) documents for more information.
2325

2426
## Next

0 commit comments

Comments
 (0)