Hi,
I'm trying to change the language displayed in the pagination bar to pt.
I have the pt language file (pq-localize-pt.js) in the folder "localize".
In my js script I'm including the following code at the bottom:
$grid.pqGrid("option", $.paramquery.pqGrid.regional[pt]);
$grid.find(".pq-pager").pqPager("option", $.paramquery.pqPager.regional[pt]);
But the text in the page bar isn't changing, instead I get the errror:
Uncaught ReferenceError: pt is not defined