Overriding default i18n messages for play 2.0
问题 We use @Constraint.Required to validate the fields of our forms, and this generates a ValidationError - which is all well and nice. This error has a standard error message (error.required) which is associated with the following string: "This field is required". However, we want to have control over this string and (possibly) override it - how can we do this? We have a message file in our conf/-folder which has the following line: error.required = dummytext But the error message still reads