Localization Keys
The DataForm provides a set of localization keys that enable you to adapt the component to specific device cultures.
For more information on localization in Telerik UI for WinUI, refer to the following resources:
To distinguish the localization resources, a resource key, which acts as a unique identifier, is assigned to each localizable string.
The following table lists all available localization keys supported by the DataForm.
Key | Value |
---|---|
DataForm_AddNew |
Add |
DataForm_BeginEdit |
Edit |
DataForm_Delete |
Delete |
DataForm_MoveCurrentToFirst |
First |
DataForm_MoveCurrentToLast |
Last |
DataForm_MoveCurrentToNext |
Next |
DataForm_MoveCurrentToPrevious |
Previous |