Hi
I'm developing a web-application with Spring MVC.
For validation functionality I'm using the Spring Bean Validation Framework (with annotation like explained in
this tutorial).
And to make my web-app available in multiple languages I followed
this tutorial.
Now I can't seem to find out how I can combine these two concepts so I have my error messages in multiple languages.
Can anyone help me to get started with this?