Re: internationalization and localization

2000-11-30 Thread Oleg V Alexeev
Hello Misak, Friday, December 01, 2000, 1:20:11 AM, you wrote: BM> Thanks for responding. We were trying to use struts library. The only thing BM> I don't like about it is that for every request the action servlet is BM> instantiating (class.forname call) the object and then calls perform method

Re: internationalization and localization

2000-11-30 Thread Craig R. McClanahan
"Boulatian, Misak" wrote: > Hi Oleg, > > Thanks for responding. We were trying to use struts library. The only thing > I don't like about it is that for every request the action servlet is > instantiating (class.forname call) the object and then calls perform method > of that object. So, If your

Re: internationalization and localization

2000-11-30 Thread Boulatian, Misak
Hi Oleg, Thanks for responding. We were trying to use struts library. The only thing I don't like about it is that for every request the action servlet is instantiating (class.forname call) the object and then calls perform method of that object. So, If your action classes are not servlets themse

Re: internationalization and localization

2000-11-30 Thread Oleg V Alexeev
Hello Misak, Thursday, November 30, 2000, 11:16:27 PM, you wrote: BM> Does anyone know anything about internationalizing JSP files as JSP 1.1 BM> standard expects like attaching languange code to the JSP file names (e.g. BM> jspname_ja.jsp, etc.). I think struts library is good solution - http

Re: internationalization and localization

2000-11-30 Thread Boulatian, Misak
Hi everybody, Does anyone know anything about internationalizing JSP files as JSP 1.1 standard expects like attaching languange code to the JSP file names (e.g. jspname_ja.jsp, etc.). I appreciate the response. Thanks, Misak ==

web site localization... HELP desperately needed !!

2000-11-22 Thread Pascal BLANC
Hi all ! I need to know how to dynamically either set or change the character set of my JSP page. In my site the user can choose the language he wants to see his pages in. He has the choice between english, french and japanese. The character set of the first 2 is ISO-8859-1. The character set

Localization HELP

2000-06-06 Thread Robo Zilka
Can somebody help me with localization? I want to display/send/receive a characters from code page Cp1250 (windows-1250), but if I call file1.jsp?somevar=xxx, where xxx are non ASCII characters, and I want to display parameter var: ... <%= request.getParameter("somevar") %> ...

Re: localization

2000-04-12 Thread Arun Thomas
]]On Behalf Of Vyacheslav Pedak > Sent: Tuesday, April 11, 2000 6:31 PM > To: [EMAIL PROTECTED] > Subject: Re: localization > > > See standart java 2 API documentation PropertyResourceBundle class > > http://java.sun.com/products/jdk/1.3/docs/api/java/util/PropertyResourceBu >

Re: localization

2000-04-11 Thread Raghuraman Sridharan
Deng [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 07, 2000 10:52 PM To: [EMAIL PROTECTED] Subject: localization Hi, I'm currently working on an i18n prototype and need you guru input before I go too far. The orignal web site totally has

Re: localization

2000-04-11 Thread Vyacheslav Pedak
oding) I use Sun JDK and IBM JDK on Windows and port of Sun JDK on FreeBSD unix, all of them have 'native2ascii' tool. Vyacheslav Pedak - Original Message - From: Arun Thomas <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 11, 2000 11:55 PM Subject: Re

Re: localization

2000-04-11 Thread Hans Bergsten
CTED]] > > Sent: Tuesday, April 11, 2000 9:57 AM > > To: Arun Thomas > > Cc: [EMAIL PROTECTED] > > Subject: Re: localization > > > > > > Arun Thomas wrote: > > > > > > Govind, > > > > > > Maybe my posting confused two issue

Re: localization

2000-04-11 Thread Arun Thomas
ts in order to add a new class may not work neatly if the file is in user due to a running server requiring access. Thanks again, -AMT > -Original Message- > From: Vyacheslav Pedak [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 10, 2000 8:59 PM > To: Arun Thomas > Subject:

Re: localization

2000-04-11 Thread Hans Bergsten
Arun Thomas wrote: > > Govind, > > Maybe my posting confused two issues One of my issues had to do with > ResourceBundles. I hadn't been able to find any documentation in the > JavaDocs > which specified the encoding used for property resource bundles - it > appears, > from the info that Vya

Re: localization

2000-04-11 Thread Arun Thomas
; To: Arun Thomas > Cc: [EMAIL PROTECTED] > Subject: Re: localization > > > Arun Thomas wrote: > > > > Govind, > > > > Maybe my posting confused two issues One of my issues had > to do with > > ResourceBundles. I hadn't been able to find any

Re: localization

2000-04-11 Thread D. J. Hagberg
Arun Thomas wrote: > Maybe my posting confused two issues One of my issues had to do with > ResourceBundles. I hadn't been able to find any documentation in the > JavaDocs > which specified the encoding used for property resource bundles - it > appears, > from the info that Vyacheslav Pedak

Re: localization

2000-04-11 Thread Arun Thomas
M > To: Arun Thomas > Cc: JSP Mail List > Subject: Re: localization > > > Arun, > > The JSP engine should not really care about the encoding of the > information > present > within property resource bundles. The specific charset value can also be > specified > an

Re: localization

2000-04-10 Thread Govind Seshadri
wnload the latest version of MSIE v5.x and try out the example...it comes with all the bells and whistles. cheerio, Govind Seshadri jGuru.com > Govind, > > I'm hoping you can help clarify a point about localization that I've been > able > to find little comment abo

Re: localization

2000-04-10 Thread Arun Thomas
Vyacheslav Pedak [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 10, 2000 6:53 PM > To: Arun Thomas > Subject: Re: Re: localization > > > Hi > > You do not need to know encoding to work with ResourceBundles, > because you may use ListResourceBundle (this is java class,

Re: localization

2000-04-10 Thread Arun Thomas
Govind, I'm hoping you can help clarify a point about localization that I've been able to find little comment about In the last few lines of your JavaWorld article, you write: If you are using something other than the ISO-8859-1 character set, you must communica

Re: localization

2000-04-07 Thread Govind Seshadri
ent: Friday, April 07, 2000 8:17 PM > Subject: Re: localization > > > > Just a note, the abit-use.com site has a language drop-down that shows > their > > site in I think 10 different languages. Pretty kewl looking, but you may > > want to email them somehow and ask how

Re: localization

2000-04-07 Thread Govind Seshadri
You may be interested in an article I'd written on JSP and i18n for JavaWorld: - Original Message - From: Kevin Duffey <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 07, 2000 8:17 PM Subject: Re: localization > Just a note, the abit-use.com site

Re: localization

2000-04-07 Thread Kevin Duffey
t;From: A mailing list about Java Server Pages specification and reference >[mailto:[EMAIL PROTECTED]]On Behalf Of Hui Deng >Sent: Friday, April 07, 2000 10:22 AM >To: [EMAIL PROTECTED] >Subject: localization > > >Hi, >I'm currently working on an i18n prototype and need

localization

2000-04-07 Thread Hui Deng
Hi, I'm currently working on an i18n prototype and need you guru input before I go too far. The orignal web site totally has 700+ pages including jsp and few html. For the primary consideration, we now just want to work with localization of static content in page. We want to achieve: 1.

Re: Localization of jsp files: JSP 1.1 spec vs. APM

2000-02-25 Thread Arun Thomas
ference in the Spec - it doesn't appear to be there. -AMT > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Julian Harris > Sent: Wednesday, February 23, 2000 8:44 PM > To: [EMAIL PROT

Re: Localization of jsp files: JSP 1.1 spec vs. APM

2000-02-24 Thread Ray Cromwell
> > Hi all, > > the APM, p. 105 says: > > "The JavaServer Pages 1.1 specification allows you to deliver > locale-specific files by following the naming convention used by resource > bundles. This naming convention is the base file name followed by and > underscore and the language variant. A count

Localization of jsp files: JSP 1.1 spec vs. APM

2000-02-24 Thread Julian Harris
Hi all, the APM, p. 105 says: "The JavaServer Pages 1.1 specification allows you to deliver locale-specific files by following the naming convention used by resource bundles. This naming convention is the base file name followed by and underscore and the language variant. A country and a variant