Implementing NLS using JSP

1999-12-20 Thread Java Server Pages
Hello, How to store and retrieve NLS strings in HTML pages generated using JSPs? For example, let us say that the generated HTML page contains two fields "UserID" and "Password". If the page is to be generated in German, the fields should be "Benutzer" and "Kennwort" respectively. In Windows deve

Re: Implementing NLS using JSP

1999-12-20 Thread Daniel Lopez
How about that? http://jsp.java.sun.com/docs/books/tutorial/i18n/index.html Regards, Dan --- Daniel Lopez Janariz ([EMAIL PROTECTED]) Web Services Computer Center Balearic Islands University --- Java Server Pages wr

Re: Implementing NLS using JSP

1999-12-20 Thread Java Server Pages
Hello Daniel/Matthew, Thank you very much. I quickly gone through the references given by you. (I started working on Servlets and JSP without reading Java book completely). I did search on Sun's web site (java.sun.com with search criteria as "NLS Strings" but I did not get proper reply!). Thanks

Re: Implementing NLS using JSP

1999-12-20 Thread Matthew Baird
check out resourcebundles. -Original Message- From: Java Server Pages [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 19, 1999 11:29 PM To: [EMAIL PROTECTED] Subject: Implementing NLS using JSP Hello, How to store and retrieve NLS strings in HTML pages generated using JSPs? For