6
I’m using the Identity
on my application MVC 5.2.3
Microsoft.AspNet.Identity.Core 2.2.1
also installed the translation package of the same
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 file EditUserViewModel.cs
is with all validation texts in en
No web.config tbm setei
<globalization uiCulture="pt" culture="pt-BR" enableClientBasedCulture="false" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8" />
What’s left for this message to stay in?
See if this link of Soen can help
– Grupo CDS Informática
Young man, where did you tag
globalization
on your web.config?– Jéf Bueno
@LINQ is the first tag after opening <system.web>
– Dorathoto