1
I deployed an ASP.NET application on a machine located in the center of the United States and now it behaves as being American even with the instruction below in the web.config file:
<globalization culture="pt-BR" uiCulture="pt-BR" />
It is worth mentioning that this configuration is in the file Views/web.config
and not in the archive Web.config
which is located in the project root folder.
But shouldn’t it be on the root web.config? It’s not why?
– Leandro Angelo
It is not at the root because in development environment the configuration was working perfectly
– Carlos Almeida