Answer the question
In order to leave comments, you need to log in
ASP NET Identity are there any ways to display errors in Russian?
The essence of the question is simple, the
UserValidator class
generates an error in ENG, but I would like it in Russian,
on this site I found a way
https://professorweb.ru/my/ASP_NET/identity/level1...
how to do it
Answer the question
In order to leave comments, you need to log in
Some Samples
msdn
public class CustomerData
{
// Require that the Title is not null.
// Use custom validation error.
[Required(ErrorMessage = "Title is required.")]
public string Title;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question