After adding <set-property name="locale" value="de_DE,en_US" />
I'm getting just two permutations - great! But I still need the AppResources.properties file. Otherwise I'm still getting the above error message "No resource found for key...". Even after adding <set-property-fallback name="locale" value="de_DE" /> I still get that exception. Only if I restrict my app to one locale by changing <set-property name="locale" value="de_DE,en_US" /> to <set-property name="locale" value="de_DE" /> it i compiled without the existance of AppResources.properties but I'm loosing the possibility to switch between de_DE and en_US then. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
