2 Replies Latest reply on Nov 18, 2009 7:16 AM by aspdeepak

    Localization of layouts

      Jboss App Server V 4.2.2
      Jboss Portal - V 2.7.0
      DB - Mysql 5.0

      I need to localize my layouts (index.jsp).

      I learnt that portlets can be localized, but there is no information about the localization in layout.

      Any suggestions or help is greatly appreciable.

        • 1. Re: Localization of layouts

          I found the solution. The normal jsp based localization should be done. The resource bundles can be used to solve this issue.

          • 2. Re: Localization of layouts

            Please be aware of the encoding issues of ResourceBundles the PropertyResourceBundles are not Unicode ready. Every unicode has to be converted into unicode escape sequences.

            This can be achieved using the native2ascii tool (thankfully there is an ant task for this).