**ABP Framework version: v5.1.4
UI type: Blazor Server
DB provider: EF Core**
Hello,
How can I to configure the application to get strings localization from database? Currently, the application is getting from resource file and in the ABP framework documentation it doesn't explain how this change is made.
https://docs.abp.io/en/commercial/latest/modules/language-management
Can you help, please? Thank you
7 Answer(s)
-
0
You can use Language management as a different microservice. There is Extracting a Module as Microservice guide showing the Audit Logging module in particular however you can use the similar steps for other modules as well.
-
0
Thank you for your reply. After further analysing microservice template, I realised that the Language management module is already inserted in Administration service.
The database table to Languague has all data that appears in the Languague Menu, but the Languague Text table is empty. Where does texts that appears in the Languague Text Menu come from and how do I can add others?
-
0
From the localization files at Domain.Shared layer. Each module defines its own localization with a Localization resource. You can check Localization docs for more information.
On top of localization, we have the Language Management module which is pre-installed in Administration Service. You can check Language Management docs for more information.
-
0
-
1
-
0
-
0
HI
You can only edit the existing texts and can't add a new one.