0
[email protected] created
Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version? v10.3.0
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? .net core
If issue related with ABP Framework
- What is ABP Framework version? v4.3
If issue is about UI
- Which theme are you using? Theme 2
- What are the theme settings? Default
Hi,
I have 2 questions:
- How to add new text in the user interface in Administration -> Language -> Actions -> Change texts?
- How do I know if to use multi tenancy in my system or not?
1 Answer(s)
-
0
Hi,
- The new texts can only be added via XML files. using "Administration -> Language -> Actions -> Change texts" allows you to change the existing texts.
- If you mean in the development, you can use
MultiTenancyEnabled
const in YourProjectNameConsts.cs. If you mean before starting the devleopment of your app as a business decision, it depends on your app requirements. If you can share your app requirements, we can make a suggestion.