- ABP Framework version: v6.0.0
- UI Type: Blazor WASM
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
Hello,
In the configuration of the DomainSharedModule with AbpLocalizationOptions, I want to know if it's possible to add key-value resources from an in-memory dictionary instead of a .json file. Our organization has an API for obtaining localization resources for each application in a key-value dictionary format. Once I've made the API call and have the dictionary in memory, I want to incorporate it into the localization resources options of the application.
Is this possible? Is there a way to implement this?
Best regards, thank you.
3 Answer(s)
-
0
hi
Of course, Our language management is getting localization texts from the database.
You can download its source code to check the code.
-
0
Hi,
In wich class is implemented that logic in Abp framework? I only see AddVirtualJson to AbpLocalizationOptions Resources
Thanks
-
0
hi
ExternalLocalizationResourceContributor