...
<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)?