fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.18k stars 1.56k forks source link

[v2] Add Localization #960

Closed wibu009 closed 2 months ago

wibu009 commented 3 months ago

I'm unsure where to place resource files on the backend for a Vertical Slices architecture with Modules. In microservices projects, as far as I know, each project has its own resource location, but I'm not sure how it works in a Modular Monolithic Architecture.

iammukeshm commented 3 months ago

This can be separated into the UI projects I feel, so that the API is always is English. The client app decides localization wherever needed.

wibu009 commented 2 months ago

Okay, it depends on your approach. I will close this issue