Hi Laurin,
Greetings from Syncfusion support.
We have shared the key values for translation the Filter actions. please refer the below code example and sample for more information.
|
L10n.load({
'it': {
"grid": {
. . .
// here you can provide the equivalent translation values as per your requirement.
"SortAtoZ": “”,
"SortZtoA": “”,
"SortByOldest": “”,
"SortByNewest": “”,
"SortSmallestToLargest": “”,
"SortLargestToSmallest": “”
},
. . .
}
}); |
Please let us know if you need further assistance.
Regards,
Manivel