I18n for Bean Validation constraint messages
Feature description
Hi all,
I'm trying to translate the constraint violation messages of Bean Validation in the user language. I have created a custom MessageSource with the correct property keys like 'javax.validation.constraints.Size.message' but seems that, the message is translated using the system locale only and not that of the user that I can retrieve from HttpRequest. From what I have discovered the DefaultValidator use the MessageSource without specifing any locale. I think that can be useful to plug a specific one instead. Thanks.
There are news about this? Thanks
Hello Indeed, that would be a nice feature
not yet