2 Replies Latest reply on Apr 11, 2011 8:51 AM by rabee

    Multilingual help support in Gatein portal

    rabee

      Hello,

       

      I have a Gatein portal including some portlets. I want to have help support for each portlet. Each portlet should have one multilingual help page. I don't want to use bundle to do such a thing, instead I want to have a seprate help page for each language. For example:

       

      help-en.jsp   ---> for English

      help-fr.jsp  ---> for French

       

       

       

      I have already configured the followings in portlet.xml:

       

      <init-param>

          <name>javax.portlet.faces.defaultViewId.help</name>

          <value>/portlets/citizen/help.jsf</value>

      </init-param>

      <supports>

          <mime-type>text/html</mime-type>

          <portlet-mode>VIEW</portlet-mode>

          <portlet-mode>help</portlet-mode>

      </supports>

       

       

      Any help would be appreciated.

       

      Special Thanks,

      Rabee