1 Reply Latest reply on Apr 18, 2007 10:34 AM by peterj

    does jboss support localization

      I want to deploy an application which support localization on jboss. I want to know whether jboss support localization or not ?

      any jboss document regarding the same ?

      Thanks-

        • 1. Re: does jboss support localization
          peterj

          If you follow typical Java SE and Java EE internationalization practices, you should be OK. As an example, one of my apps uses the message tag in the fmt JSTL. The messages are in xxx.properties. If I change the language of my browser to German, then the text from xxx_de.properties is picked up. I have also used the internationalization support offered by frameworks such as Struts, WebWork, and Tapestry.

          Note that this is not a JBoss issue.