.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 Key | Default Value |
---|---|
DataForm_LengthValidationError |
The field {0} length must be between {1} and {2}. |
DataForm_MaximumLengthValidationError |
The field {0} must have a maximum length of {1}. |
DataForm_MaximumValueValidationError |
The field {0} must have a maximum value of {1}. |
DataForm_MinimumLengthValidationError |
The field {0} must have a minimum length of {1}. |
DataForm_MinimumValueValidationError |
The field {0} must have a minimum value of {1}. |
DataForm_PropertyValidationError |
The field {0} is invalid. |
DataForm_RangeValidationError |
The field {0} value must be between {1} and {2}. |
DataForm_RegexValidationError |
The field {0} is not in the correct format. |
DataForm_RequiredValidationError |
The field {0} is required. |