Julia Reynolds wrote:

> Hi,
>
> Is there a taglibrary available somewhere that includes
> tags for Internationalization using the resource bundles
> in the java.util package?
>

One option is the internationalization support in the Struts framework's tag
library <http://jakarta.apache.org/struts>.  It includes a utility class called
MessageResources that encapsulates the set of resource bundles (one per locale)
that represent the same message strings in different languages, and allows you to
automatically pick the right message for particular users based on a Locale object
stored in their session.  Check out the <struts:message> tag.


> Julia
>

Craig McClanahan

====================
See you at ApacheCon Europe <http://www.apachecon.com>!
Session VS01 (23-Oct 13h00-17h00):  Sun Technical Briefing
Session T06  (24-Oct 14h00-15h00):  Migrating Apache JServ
                                    Applications to Tomcat

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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