Localization Keys
The DataGrid 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 localization identifier, is assigned to each localizable string. To localize strings in the DataGrid, use the LocalizationManager
class.
The following table lists all available localization keys supported by the DataGrid.
Localization Key | Default Value | Relates to |
---|---|---|
And |
And | Filtering UI |
Cancel |
Cancel | |
CaseSensitiveMode |
Case-sensitive mode is | Filtering UI |
ClearFilter |
Clear filter | Filtering UI |
ColumnChooserHeader |
ALL COLUMNS | |
Contains |
Contains | Filtering UI |
DataOperationsButtonFilter |
Filter | |
DataOperationsButtonGroup |
Group by | |
DataOperationsButtonSort |
Sort | |
DataOperationsButtonUngroup |
Ungroup by | |
DoesNotContain |
Does not contain | Filtering UI |
DoesNotEqualTo |
Is not equal to | Filtering UI |
DragToGroup |
Drag a column header here to group | Grouping UI |
EndsWith |
Ends with | Filtering UI |
EqualsTo |
Is equal to | Filtering UI |
FilterButton |
Apply | Filtering UI |
FilterHeader |
Show rows with value that | Filtering UI |
IsFalse |
is false | Filtering UI |
IsGreaterThan |
Is greater than | Filtering UI |
IsGreaterThanOrEqualTo |
Is greater than or equal to | Filtering UI |
IsLessThan |
Is less than | Filtering UI |
IsLessThanOrEqualTo |
Is less than or equal to | Filtering UI |
IsTrue |
is true | Filtering UI |
LoadMoreRows |
load more rows | |
Off |
off | |
On |
on | |
Or |
Or | Filtering UI |
Save |
Save | |
StartsWith |
Starts with | Filtering UI |
SelectAll |
Select All | Filtering UI |
True |
True | Filtering UI |
False |
False | Filtering UI |
null |
[null] | Filtering UI |