Currently, when I get validation errors in my Project, I have German validation error messages. I would like to have English ones.
They seem to be in System.Web.Mvc.resources.dll
:
moose@pc07:~/Downloads/Team/UpToDatE-Code$ grep -r -i 'Das Feld' *
Binary file ViMuDat/UpToDatE/ViMuDat/ViMuDat/_bin_deployableAssemblies/
de/System.Web.Mvc.resources.dll matches
What do I have to change to get English validation error messages?