For a default language, make sure that there's a file ApplicationResources.properties without a "_en", "_fr" etc suffix. That language will be used if there's no match for the preferred language. If you want German speakers to see English, and still have the rest (default) see French, you can copy the _en file to _de or make a soft/hard link on *NIX. I'm not sure why you would want to do this, because people who don't have French as preferred language are more likely to understand English than French.
> -----Oorspronkelijk bericht----- > Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Verzonden: woensdag 19 mei 2004 3:25 > Aan: Struts Users Mailing List > Onderwerp: Setting the locale toa different value thanthe Browser Locale[] > > > The application we are currently building is bi-lingual : French & English > If we are rather please by the Mulilingualism support offered by Struts, > we need to allow a (say) German native speaker to choose another > language than the default we set (typically choose French instead of > English). > How can I do that properly within Struts ? > Is there a magic Cookie or an Attribute that Struts will pick up from > the request to set the Locale (language) to a default other than the > one's set in the Browser ? > > Tx for any hint, pointers, > > \T, > > > > > > -- > > > Thomas SMETS > rue J. Wytsmanstraat 62 > 1050 Brussels > Tel. : +32 (0)2 742 05 94 > GSM : +32 (0)497 44 68 12 > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]