Answer the question
In order to leave comments, you need to log in
What is the best way to format text errors for ASP.NET CORE web api localization?
The bottom line is that my custom errors look something like this
return new IdentityUserResult()
{
Errors = new List<string>(){ "Check your email and password. Login attempt is not succesful" }
};
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question