Bhavani Giritharan wrote:
>
> Hi,
>
> I need some start up in i18n and l10n. If any of you had worked on it plz help me in
> the startup i got to do l18n with the JSP page.

Look at the java.util.ResourceBundle class, and related classes.

I describe how to internationalize JSP pages in detail in my book, using the
I18N classes wrapped in a set of custom actions:

  <http://TheJSPBook.com/>

The Struts framework also contains custom actions for I18N:

  <http://jakarta.apache.org/struts/>

Hans
--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com
Author of JavaServer Pages (O'Reilly), http://TheJSPBook.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to