New to Telerik UI for .NET MAUIStart a free 30-day trial

.NET MAUI DataForm Localization

The Telerik DataForm for .NET MAUI provides localization support. In short, you can translate the text displayed as a validation error message to other languages, so that your application can be adapted to different regions.

For more details about the localization process of Telerik UI for .NET MAUI components, refer to the common Globalization and Localization topic.

The table below shows the localization keys available for the DataForm control and their default values:

Localization KeyDefault Value
DataForm_LengthValidationErrorThe field {0} length must be between {1} and {2}.
DataForm_MaximumLengthValidationErrorThe field {0} must have a maximum length of {1}.
DataForm_MaximumValueValidationErrorThe field {0} must have a maximum value of {1}.
DataForm_MinimumLengthValidationErrorThe field {0} must have a minimum length of {1}.
DataForm_MinimumValueValidationErrorThe field {0} must have a minimum value of {1}.
DataForm_PropertyValidationErrorThe field {0} is invalid.
DataForm_RangeValidationErrorThe field {0} value must be between {1} and {2}.
DataForm_RegexValidationErrorThe field {0} is not in the correct format.
DataForm_RequiredValidationErrorThe field {0} is required.

See Also

In this article
See Also
Not finding the help you need?
Contact Support