Is it possible to translate ErrorMessage for custom implemented Validation Attributes derived from System.ComponentModel.DataAnnotations.ValidationAttribute ?
The localization seems to work fine for out of the box attributes like [Required] but not if I implement a custom attribute.
Hello,
Is it possible to translate ErrorMessage for custom implemented Validation Attributes derived from System.ComponentModel.DataAnnotations.ValidationAttribute ?
The localization seems to work fine for out of the box attributes like [Required] but not if I implement a custom attribute.