The Java EE 7 Tutorial
22.2 Customizing Validator Messages
Bean Validation includes a resource bundle of default messages for the built-in constraints. These messages can be customized and can be localized for non-English-speaking locales.
22.2.1 The ValidationMessages Resource Bundle
The ValidationMessages
resource bundle and the locale variants of this resource bundle contain strings that override the default validation messages. The ValidationMessages
resource bundle is typically a properties file, ValidationMessages.properties
, in the default package of an application.