Hi, I have a Syncfusion Grid on my React page and I just enabled Adaptive UI so that Sort and Filter functionality will be easy for visitors with mobile devices.
I have set the locale in the Grid using L10n as described in documentation and I have translated everything from the Grid already.
The issue is that with the introduction of Adaptive UI, all Sorting options are not getting translated, and I have not yet found how to translate them. I did some guesses on how the key would be and managed to translate some, but I have not managed to translate the button that toggles between "None", "Ascending" and "Descending" for the sorting.
Can you please let me know what the nouns for those options are so that I can translate them?
Here is a screenshot of the UI component I'm talking about.
Thank you!