I'm using Identity
in my application MVC 5.2.3
Microsoft.AspNet.Identity.Core 2.2.1
I also installed the translation package for it
Microsoft.AspNet.Identity.Core.pt-br 2.2.1
Microsoft.AspNet.Mvc.pt-br 5.2.3
Microsoft.Owin.pt-br 3.1.0
But some error messages are still in English.
Passwords must have at least one digit ('0' - '9').
I checked and the EditUserViewModel.cs
file is with all the validation texts in pt-br
In web.config tbm setei
<globalization uiCulture="pt" culture="pt-BR" enableClientBasedCulture="false" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8" />
What's missing for this message to be in pt-br?