I've just started playing with Struts, so I'm not sure about that, but my gut reaction 
is "no".  From the small bit of code I've
seen thus far, I'm not sure how a user could have more than one Locale, to be honest. 
(Simultaneously, anyway.)  I don't think the
server is an issue though, I think the locale setting is driven by the client.

----- Original Message -----
From: "Doug Ahmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 01, 2000 9:11 AM
Subject: RE: Question about localization


> Thanks Mike.
>
> Would this handle the case where more than one user with more than one Local
> were logged in to the same server?
>
> > -----Original Message-----
> > From: Mike Campbell [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, December 01, 2000 8:03 AM
> > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Subject: Re: Question about localization
> >
> >
> > I'm guessing here, but I would accomplish this with resource
> > bundles which can be tailored per locale.  Then use the tag libraries
> > to reference the resource bundles in you JSP's rather than having
> > static (non I18n) text there.  The struts-example does this if you
> > need a template to work from.
> >
> > ----- Original Message -----
> > From: "Doug Ahmann" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, December 01, 2000 8:49 AM
> > Subject: Question about localization
> >
> >
> > > Greetings,
> > >
> > > I don't know a lot about localization, so I'm hoping you wise
> > men and women
> > > out there can point me in the right direction.
> > >
> > > Here is what we need to accomplish:
> > >
> > > The server we're creating needs to be usable simultaneously by multiple
> > > users in multiple languages. Our app uses Struts/JSP and the Model 2
> > > architecture. What is the "best practice" or the "correct"
> > Java/Struts way
> > > of accomplishing this?
> > >
> > > Is there a way to use the same JSP pages, or is it best to have multiple
> > > contexts (/en/, /fr/, etc)?
> > >
> > > Thanks,
> > > Doug
> > >
> > > ---------------------------------------------------
> > > Doug Ahmann
> > > Macromedia, Inc.
> > > (612) 840-9544
> > >
> >
> >
>

Reply via email to