Set language of default validation error messages in binded fields.

Hi, everyone i couldn’t find answer for that question anywhere. Let’s say i have TextField binded (with BeanValidator using JSR303 annotations) to entity field. So let’s add @NotNull annotation to this field. If I don’t type anything in that field - there will be default error message - BUT - in language of my country. Default message is enough in this situation - so i don’t want to write error message manualy @NotNull(message = …) but I just want to SET language of default validation error messages to ENGLISH - is it possible ? How to do it?

Thank You very much in advance for Your answers!