English Validation Messages in IIS - Asp.Net MVC

1

I published my application in IIS, however, validation messages are appearing in English.

I have already installed the Asp.Net MVC package in Portuguese in the link application: link and set up globalization:

<configuration>
    <system.web>
        <globalization culture="pt-BR" uiCulture="pt-BR" />
    </system.web>
</configuration>
    
asked by anonymous 11.02.2016 / 23:44

1 answer

1

Note that you have the Language (English) installed on your server, if you do not have it just follow the following tutorial: link

Any questions are here!

    
12.02.2016 / 18:07