.NET MAUI MaskedEntry Localization
The Telerik MaskedEntry 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 MaskedEntry control and their default values:
Localization Key | Default Value |
---|---|
EmailMaskedEntry_InvalidMessage |
E-Mail is not valid. |
TextMaskedEntry_IncompleteMessage |
Mask is incomplete. |
RegexMaskedEntry_InvalidMessage |
Input does not match the regex. |