Relative Content

Tag Archive for .netiislocalizationglobalization

Globalization on .NET6 mvc application

I have developed a .net6 mvc application with globalization, I’ve created the role folder structure for Views/Controller/ViewModels resx for each language. While debuging running on IIS Express from Visual Studio or accessing it via localhost in the IIS Server the localization is working fine. But when I try to acces it from outside by the hostname it doesn’t change the language, I’ve made a lot of search, added parameters to the web.config, but it didn’t work. Could someone give a hand?