I would like to change the default ErrorMessage which we get on validation in Entity Framework 4.3. We found LanguagePacks for EF4.1 but aren’t there any LanguagePacks for 4.3 available?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
We solved this issue by manually translating all the validation messages we came across!
We used some regular expressions to extract the message-resource string from the final error message.
edit
Since nobody answered since I posted my question 5 month ago we came with this bad solution. Is it a shame to ask, why am I voted down for this?