How to translate ${helpPage} in other languages

Hello,

Is it possible the translate the content of the help page (help.jsp) into other languages?
The content comes with <jsp:include page="${helpPage}" />
I would like to offer a german version of the text.

Best regards,
Tobias Schaefer

  1. Create help_de.jsp
  2. Restart Fess
  3. Check the Help page on a browser in German.

Thank you for your answer. After I figured out that the file help_de.jsp has to be created in the folder /usr/share/fess/app/WEB-INF/view/common it worked.