Label internationalizing for paging

I’m using version 1.5 of the grid.



Is it possible to internationalize the labels for paging? I use the Toolbar for paging with enablePagingWT.



Thanks!

In grid 1.5, you can use setPagingWTMode command to change the text labels as

grid.setPagingWTMode(true,true,true,true,[“Results”,"Records from “,” to ","Page ",“rows per page”,‘To First Page’,‘Previous Page’,‘Found Records’,‘Next Page’,‘To Last Page’]);

In case of latest version of dhtmlxgrid
dhtmlx.com/docs/products/dhtmlxG … custpaging