set locale in cookie

2012-06-10 Thread oliver.stef
e that can help? please... Thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/set-locale-in-cookie-tp4649827.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe

Re: set locale in cookie

2012-06-10 Thread Martin Grigorov
ere any one that can help? please... > > Thanks! > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/set-locale-in-cookie-tp4649827.html > Sent from the Users forum mailing list archive at Nabble.com. > > -

Re: set locale in cookie

2012-06-10 Thread oliver.stef
Hi Martin, Thank you for your fast replay! What do you mean by saying: " ...parse it and set it in the session. " How to do it? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/set-locale-in-cookie-tp4649827p4649829.html Sent from the Users forum mailing li

Re: set locale in cookie

2012-06-10 Thread Martin Grigorov
r "en_US_variation". Create a Locale object with: new Locale("en") new Locale("en", "US") new Locale("en", "US", "variation") and then do: Session.get().setLocale(locale) > > -- > View this message in context: &g

Re: set locale in cookie

2012-06-10 Thread oliver.stef
cookie.setMaxAge(LANGUAGE_COOKIE_AGE); ((WebResponse)response).addCookie(cookie); break; } } return session; } 10x! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/set-locale-in-cookie-tp4649827p4649831.html Sent

Re: set locale in cookie

2012-06-10 Thread Daniel Suckow
axAge(LANGUAGE_COOKIE_AGE); > >((WebResponse)response).addCookie(cookie); >break; >} >} > >return session; >} > > 10x! > > -- > View this message in context: > http://apache-wicket.184294

Re: set locale in cookie

2012-06-10 Thread oliver.stef
YAP!!! WORKING MARTIN - Thanks again! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/set-locale-in-cookie-tp4649827p4649833.html Sent from the Users forum mailing list archive at Nabble.com

Re: set locale in cookie

2012-06-10 Thread oliver.stef
YAP!!! WORKING MARTIN - Thanks again! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/set-locale-in-cookie-tp4649827p4649834.html Sent from the Users forum mailing list archive at Nabble.com

Re: set locale in cookie

2012-06-10 Thread Martin Grigorov
COOKIE_AGE); > >                ((WebResponse)response).addCookie(cookie); >                break; >            } >        } > >        return session; >    } > > 10x! > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabbl