Hi,
Is localization of param grid to Arabic supported? please provide instuctions if there is more than the localization example on the site
var $grid=$("div#grid-localize").pqGrid(obj);
$("#select-locale").change(function(evt){
var locale=$(this).val();
$grid.pqGrid("option", $.paramquery.pqGrid.regional[locale]);
//$.paramquery.pqGrid.setDefaults($.paramquery.pqGrid.regional[locale]);
$grid.find(".pq-pager").pqPager("option", $.paramquery.pqPager.regional[locale]);
//$.paramquery.pqPager.setDefaults($.paramquery.pqPager.regional[locale]);
});