Subject: Re: Multi-Lingual support From: "Jack Gao" <[EMAIL PROTECTED]> === Use session variable Action.LOCALE_KEY, set it to user's selection when user login, or from user's cookie.
Jack "Yibing Li" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Actually without solving this problem, I am thinking the next question: > > Usually in the first page, the application can provide a drop-down > list for many different language selection, once it is selected, all the pages > will be shown in that language. How will this feature be included using > struts? > > Thanks, > > Yibing > > -----Original Message----- > From: Oliver Refl�� [mailto:[EMAIL PROTECTED]] > Sent: 2002?��4??18��? 10:32 > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: RE: Multi-Lingual support > > > Sorry my fault, also in ie you can define the locale in your settings > extras-options-languages > > -----Original Message----- > From: Oliver Refl�� [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 18, 2002 4:29 PM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: RE: Multi-Lingual support > > > Normally this should work, and your default locale is > defined by your browser version, e.g german ie germany locale > french ie french locale. > > Olli > > -----Original Message----- > From: Yibing Li [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 18, 2002 4:26 PM > To: [EMAIL PROTECTED]; Struts Users Mailing List > Subject: RE: Multi-Lingual support > > > The resource files all have the same list of the keys but different contents. Right? e.g. > > <title> > <bean:message key="index.title"/> > </title> > > In my resource file, there is a line of: > > index.title=Testing Struts > > In my chinese resource file, there is a line of: > index.title=֤ʵ struts > > So is this correct? > > Thanks, > > Yibing > > -----Original Message----- > From: Oliver Refl�� [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 18, 2002 10:08 AM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: RE: Multi-Lingual support > > > Have you implemented the localization on your pages correctly ?? > e.g. > <bean:message key="blabla"/> > > Are the keys correct to your applicationRessources.properties file ? > > Oliver > > -----Original Message----- > From: Yibing Li [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 18, 2002 4:02 PM > To: [EMAIL PROTECTED] > Subject: Multi-Lingual support > > > Folks, > > I thought one major advantage of using struts is its support form > multi-linguage. > We have built an application using Model 2. Since we need to extend the > application to > support 7 different languages, I would like to rewrite the application using > struts. > With my limited knowledge on struts, I was not able to do a proof of > concept. Here is > what I did: > > 1. have ApplicationResources.properties as English property file. > 2. prepare a resource file for each language, in the case of Chinese, it > is > ApplicationResources_zh_CN.properties in the same directory, with the > content > translated to Chinese > 3. Set init parameter of locale to true for ActionServlet > 4. Start the server > 5. Reset the locale of a computer > 6. Browse the application > > However, what I see is still in English. > > > Do I miss anything? Please help. > > If you could point to some sample application to demo its multi-lingual > support, > it would be very helpful. > > > > Thanks, > > > > ----- > Yibing Li, Ph.D. > Technical Architect > Development and Integration > GlobalNetXChange LLC > 703-673-2159 (o) > 571-436-5592 (c) > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

