Page 1 of 1

Translate or change grid's page number text

Posted: Thu Jun 13, 2013 12:41 pm
by drey
Is there a way to traslate or change the grid's page number (when "show page number" is true). I was able to translate the grid next link (with property pui["next link text"] = "Next").

Thanks.

Re: Translate or change grid's page number text

Posted: Thu Jun 13, 2013 2:31 pm
by Scott Klement
You mean so you can change the word 'Page' to something else? (such as 'Seite' in German?)

I actually just added this capability earlier this week :-) It hasn't been in a release yet. If this is something you need immediately, send an e-mail to support@profoundlogic.com and I'll see if I can patch a 4.6.1 installation to include the feature.

Re: Translate or change grid's page number text

Posted: Thu Aug 22, 2013 4:00 am
by cimbala
is it meanwhile possible? ;-)

Re: Translate or change grid's page number text

Posted: Thu Aug 22, 2013 1:32 pm
by Scott Klement
In the current version, it can be set with the "page" option. For example, for Italian, you could do:

Code: Select all

pui["runtimeText"]["it_IT"]["page"]  = "Pagina";
More info here:
http://www.profoundlogic.com/docs/displ ... ge+Support