abpframework / eShopOnAbp

Reference microservice solution built with the ABP Framework and .NET, runs on Kubernetes with Helm configuration, includes API Gateways, Angular and ASP.NET Core MVC applications, PostgreSQL and MongoDB databases
https://www.eShopOnAbp.com/
MIT License
664 stars 259 forks source link

Moving Localization from JSON Files to Database #232

Open alihdev opened 5 months ago

alihdev commented 5 months ago

Currently using JSON files for localization in each service. Seeking advice on migrating to a database setup and managing it dynamically at runtime. Looking for tips and best practices.

gterdem commented 5 months ago

The LanguageManagement Module uses dynamic localization. That is a commercial module.

You can also write your own similar module or make a request (or PR) on https://github.com/abpframework/abp/issues to add basic dynamic language management infrastructure.