Re: Localization changes in t5.2.2

2010-11-11 Thread Igor Drobiazko
Fixed: https://issues.apache.org/jira/browse/TAP5-1345 On Tue, Nov 9, 2010 at 10:36 PM, Moritz Gmelin wrote: > Hi, > > I have just done the upgrade of out application to T5.2.2. We have so far > had a system to redirect a user to a localized start page depending on his > locale settings. So far

Re: Localization changes in t5.2.2

2010-11-10 Thread Christophe Cordenier
ok, i will have a closer look. 2010/11/10 Moritz Gmelin > Something like this. > >@Inject >private PersistentLocale persistentLocale; > > >Locale loc = new Locale("de", "DE"); >persistentLocale.set(lo

Re: Localization changes in t5.2.2

2010-11-10 Thread Moritz Gmelin
Something like this. @Inject private PersistentLocale persistentLocale; Locale loc = new Locale("de", "DE"); persistentLocale.set(loc); Link link = linkSource.createPageRend

Re: Localization changes in t5.2.2

2010-11-10 Thread Christophe Cordenier
How do you build the redirect URL ? 2010/11/10 Moritz Gmelin > Hi, > > the supported Locales do contain de, de_DE, de_CH, fr_CH, etc. > > M. > > Am 10.11.2010 um 09:33 schrieb Christophe Cordenier: > > > Hi > > > > How is configured your supported locales ? > > > > 2010/11/9 Moritz Gmelin > > >

Re: Localization changes in t5.2.2

2010-11-10 Thread Moritz Gmelin
Hi, the supported Locales do contain de, de_DE, de_CH, fr_CH, etc. M. Am 10.11.2010 um 09:33 schrieb Christophe Cordenier: > Hi > > How is configured your supported locales ? > > 2010/11/9 Moritz Gmelin > >> Hi, >> >> I have just done the upgrade of out application to T5.2.2. We have so fa

Re: Localization changes in t5.2.2

2010-11-10 Thread Christophe Cordenier
Hi How is configured your supported locales ? 2010/11/9 Moritz Gmelin > Hi, > > I have just done the upgrade of out application to T5.2.2. We have so far > had a system to redirect a user to a localized start page depending on his > locale settings. So far those locale settings could contain la