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

Admin app localization problem #231

Closed gterdem closed 4 months ago

gterdem commented 5 months ago

image

There is a localization problem for the microservices in the angular application.

The result from https://[gateway-web.eshoponabp.dev/api/abp/application-localization?cultureName=en&onlyDynamics=false](https://gateway-web.eshoponabp.dev/api/abp/application-localization?cultureName=en&onlyDynamics=false) request :

image

gterdem commented 5 months ago

The solution doesn't have LanguageManagement module so the localization resources can not be obtained from a central store.

We'll think about work-arounds.