Localization and validation

Is it possible to use localization for message text in data validation especially for DataAnnotationValidatior?

Hi @Djordje,

The RadzenDataAnnotationValidator gets the validation messages from the data annotation attributes themselves. Their localization is described in the official Microsoft documentation here: Make an ASP.NET Core app's content localizable | Microsoft Learn

1 Like