From: Paul McCulloch <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> Subject: RE: Language resource bundles problem Date: Fri, 14 May 2004 09:49:44 +0100
I think the Locale should be magically in session for you.
Paul
> -----Original Message----- > From: None None [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 13, 2004 6:48 PM > To: [EMAIL PROTECTED] > Subject: RE: Language resource bundles problem > > > Sorry Paul, I actually missed your reply (the inevitable > result of having > five different high-volume mailing lists filing into one > eMail account). > Indeed, what you state did the trick, thank you very much! > > Oh, actually, one other question... I've never had to think about > internationalization before, so this question is out of my > experience... is > there a Local object in session by default, or do I need to > put it there > myself as the result of the first request of my app? Thanks again! > > >From: Paul McCulloch <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > >Subject: RE: Language resource bundles problem > >Date: Thu, 13 May 2004 16:47:00 +0100 > > > >You are calling the getMessage(String, Object) method. The > String is the > >key > >& the object is a substitution paramter (i.e. {0}). > > > >You want the getMessage(Locale, String) method. You can > eaither create a > >Locale from 'de' or get the users first requested locale with > >"request.getSession().getAttribute(Globals.LOCALE_KEY);" > > > >HTH, > > > >Paul > > > > > MessageResources mr = getResources(request); > > > myActionForm.setMessage(mr.getMessage("messages.deleteFailed")); > > > > > > Now, this works just fine. My message is displayed as a > > > result of the > > > onLoad event of my page via a simple JavaScript alert > box. Very cool. > > > > > > However, if I want to display the message from the German > > > resource file, I > > > can't get it to work. I thought all I had to do was this: > > > > > > myActionForm.setMessage(mr.getMessage("de", > "messages.deleteFailed")); > > > > > > > > > > >************************************************************* > ********* > >Axios Email Confidentiality Footer > >Privileged/Confidential Information may be contained in this > message. If > >you are not the addressee indicated in this message (or > responsible for > >delivery of the message to such person), you may not copy or > deliver this > >message to anyone. In such case, you should destroy this > message, and > >notify us immediately. If you or your employer does not > consent to Internet > >email messages of this kind, please advise us immediately. Opinions, > >conclusions and other information expressed in this message > are not given > >or endorsed by my Company or employer unless otherwise > indicated by an > >authorised representative independent of this message. > >WARNING: > >While Axios Systems Ltd takes steps to prevent computer > viruses from being > >transmitted via electronic mail attachments we cannot guarantee that > >attachments do not contain computer virus code. You are > therefore strongly > >advised to undertake anti virus checks prior to accessing > the attachment to > >this electronic mail. Axios Systems Ltd grants no > warranties regarding > >performance use or quality of any attachment and undertakes > no liability > >for loss or damage howsoever caused. > >************************************************************* > ********* > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > _________________________________________________________________ > Check out the coupons and bargains on MSN Offers! http://youroffers.msn.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
**********************************************************************
Axios Email Confidentiality Footer
Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. In such case, you should destroy this message, and notify us immediately. If you or your employer does not consent to Internet email messages of this kind, please advise us immediately. Opinions, conclusions and other information expressed in this message are not given or endorsed by my Company or employer unless otherwise indicated by an authorised representative independent of this message.
WARNING:
While Axios Systems Ltd takes steps to prevent computer viruses from being transmitted via electronic mail attachments we cannot guarantee that attachments do not contain computer virus code. You are therefore strongly advised to undertake anti virus checks prior to accessing the attachment to this electronic mail. Axios Systems Ltd grants no warranties regarding performance use or quality of any attachment and undertakes no liability for loss or damage howsoever caused.
**********************************************************************
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________
Watch LIVE baseball games on your computer with MLB.TV, included with MSN Premium! http://join.msn.click-url.com/go/onm00200439ave/direct/01/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]