IIS Validation Messages - Asp.Net MVC

Asked

Viewed 344 times

1

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

I already installed the Asp.Net MVC package in English in the link application:https://www.nuget.org/packages/Microsoft.AspNet.Mvc.pt-br/ and set up globalization:

<configuration>
    <system.web>
        <globalization culture="pt-BR" uiCulture="pt-BR" />
    </system.web>
</configuration>

1 answer

1


Browser other questions tagged

You are not signed in. Login or sign up in order to post.