Click here to Skip to main content
15,867,288 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am implementing globalization and localization in dot net core. I am following below link from microsoft.

Globalization and localization in ASP.NET Core | Microsoft Docs[^]

It is working perfectly fine. My website is has layered architecture and some messages are coming from separate project like "business service".

Ilocalize is not working in message coming from separate project in same solution. Any idea how to implement globalization of text coming from separate layer

What I have tried:

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization?view=aspnetcore-5.0

https://codewithmukesh.com/blog/globalization-and-localization-in-aspnet-core
Posted
Updated 4-Feb-21 3:36am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900