Hi Radzen Team,
I'm working on client-side pagination with RadzenDataGrid
and I'm implementing localization. So far, I’ve been able to localize only the following parameters:
NextPageTitle="@Loc["Global_Next_Page"]"
PrevPageTitle="@Loc["Global_Previous_Page"]"
FirstPageTitle="@Loc["Global_First_Page"]"
LastPageTitle="@Loc["Global_Last_Page"]"
However, I'm not able to localize the page summary text (e.g., "1 of 10 pages") and the page size dropdown labels. Could you please let me know how I can localize these parts as well?