Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Live Forms In-house supports the ability to customize runtime and design time strings and add additional locales and RTL languages. To make any of these changes to your In-house  server you must follow these steps:

  1. Stop you Stop the  server
  2. Uncompress/expand the frevvo.war file. This is typically located here: <frevvo-home>/tomcat/webapps/frevvo.war 
  3. Find the file named you need to modify located in Modify the files in /WEB-INF/data /localesas described in the topics Adding Locales, Runtime Strings and Design-Time Strings below. These file contains all of the strings that have been externalized as well as the list of supported locales and directions.
  4. Make the changes as described in the topics Adding Locales, Runtime Strings, Design-Time Strings below.
  5. Re-WAR to create a new updated frevvo.war file.
  6. Re-deploy the WAR file, typically located here: <frevvo-home>/tomcat/webapps/frevvo.war
  7. Re-start your  server.
  8. Login and navigate to a target test forms. On the form, copy the URL for the form in the editor (use "copy link location" in firefox for example).
  9. In another browser window/tab, paste the url and append "&locale=yyy" where yyy is the target language code and the name of the target language file that was added to the war file.
  10. Ensure the test translations show up as expected.

Adding Locales

To add new locale codes to the Choose Locale dropdown and add/change which locales are right to left languages, update these two properties files located in the frevvo.war file.

...