Hello,
while I managed to successfully translate messages of the pager for the Grid component, for the ListView I did not.
I searched for localized messages here:
https://github.com/telerik/kendo-angular-messages
but there is no listview file. I expected a yaml file like:
kendo:
listview:
# The label visible in the Grid group panel when it is empty
groupPanelEmpty: Drag a column header and drop it here to group by that column
# The label visible in the Grid when there are no records
noRecords: No records available.
# The label for the first page button in Grid pager
pagerFirstPage: Go to the first page
I searched for a kendo-listview-messages like the kendo-grid-messages, but there isn't.
Can you suggest a way to translate listview pager?
Thanks a lot
Matteo