Translation inside grid

I use the datagrid to display a resultset. Works very nice, but when the grid is loading, it says ‘Loading’ and after loading/display, below the grid it says ‘Page x of y’.
Is there any way I can translate both into Spanish (‘Cargando’ and ‘Página x de y’)?

I’m not sure about the messages within the table component, will check for you.
In the meantime there’s a workaround for the “loading” message if you’re willing to write some JavaScript - you can set the table to ‘hidden on load’, and use .show() to show it when needed.
To get around the page x of y issue - If it suits your design and your data, you can choose to show all the items rather than split them into pages.
I’ll also check up on the translations for you in case those workarounds are not sufficient.