1 Reply Latest reply on Mar 28, 2003 4:34 AM by jgc195

    Localization of JBoss?

    deepakb

      Hi.

      How many languages (other than English) is JBoss localized in? If it is localized, then what is the extent of localization.

      If its RTFM, please point me to the M since I have not seen it anywhere so far.

      Thanks in advance,
      - deepak

        • 1. Re: Localization of JBoss?
          jgc195

          Hello,

          What exactly do you want to do? If you want to provide an application in X number of languages, I don't believe JBoss needs to be localised. Instead, the application you develop needs to be. Check out Resource bundles...

          java.util.ResourceBundle

          They provide a nice mechanism for locale specific content (well actually, I think you can throw any object into it...)

          Hope that helps,

          JGC