one language permutation to much - need only default + en

77 views
Skip to first unread message

tanteanni

unread,
Mar 15, 2012, 10:11:48 AM3/15/12
to google-we...@googlegroups.com
At the moment my application's gwt.xml looks as foolows:
...
<extend-property name="locale" values="de" />
<extend-property name="locale" values="en" />
        <set-property-fallback name="locale" value="de" />
...
The problem is that this yields three permutations for each browser (default, en, de). Is there a way to reduce this to 2 permutations (default/fallback language should be de)?

Jens

unread,
Mar 15, 2012, 12:22:34 PM3/15/12
to google-we...@googlegroups.com

tanteanni

unread,
Mar 16, 2012, 4:48:55 AM3/16/12
to google-we...@googlegroups.com
thx i'll try it

tanteanni

unread,
Mar 16, 2012, 5:07:16 AM3/16/12
to google-we...@googlegroups.com
the workaround mentioned in ticket 5769 works:

  <extend-property name="locale" values="en,de"/>
  <set-property-fallback name="locale" value="en"/>
  <set-property name="locale" value="en,de"/>

thx again :-)

On Thursday, 15 March 2012 17:22:34 UTC+1, Jens wrote:
Reply all
Reply to author
Forward
0 new messages