...
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:
- Stop you server
- Uncompress/expand the frevvo.war file. This is typically located here: <frevvo-home>/tomcat/webapps/frevvo.war
- Find the file named you need to modify located in /WEB-INF/data/locales. These file contains all of the strings that have been externalized as well as the list of supported locales and directions.
- Make the changes as described in the topics Adding Locales, Runtime Strings, Design-Time Strings below.
- Re-WAR to create a new updated frevvo.war file.
- Re-deploy the WAR file, typically located here: <frevvo-home>/tomcat/webapps/frevvo.war
- Re-start your server.
- 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).
- 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.
- 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.
...