Re: T4: Change locale from Page

2007-10-25 Thread Joshua Jackson
Thanks very much Alejandro. I will go and try it. Thanks very much :) On 10/25/07, Alejandro Scandroli <[EMAIL PROTECTED]> wrote: > Hi Joshua > > You can do something like this: > >public void click(IRequestCycle cycle) >{ >Locale locale = [YOUR LOCALE HERE] >

Re: T4: Change locale from Page

2007-10-25 Thread Alejandro Scandroli
Hi Joshua You can do something like this: public void click(IRequestCycle cycle) { Locale locale = [YOUR LOCALE HERE] getPage().getEngine().setLocale(locale); // pages already loaded stay in the old locale, so to show that the locale has changed th

T4: Change locale from Page

2007-10-24 Thread Joshua Jackson
Dear all, Is it possible to change locale from the page instead of from the browser using T4? Thanks in advance -- What you want today, may not exist tommorrow Blog: http://joshuajava.wordpress.com/ - To unsubscribe, e-mail: