Versions Compared

Key

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

...

  •  locale.directions - add/remove locale codes to this file that need to be displayed in rtl format
  •  locales.properties - add/remove locale codes here from the "Choose Locale" dropdown

Use Mode Strings

You can localize use mode strings such as those found when a user logs in to access their task list, the login page, access denied messages, etc. The strings can be found in the file:

...

The frevvo install contains a locale file named test that you can try out. If you are not logged in, frevvo will require you to authenticate by displaying the login page. The locale choice will automatically flow to the login page and those stings will be translated as well.<pre>

Code Block
http://localhost:8082/frevvo/web/tn/nancy.com/subject/designer/tasks?submissionState=PENDING?embed=&locale=test

...

In-house server localization is only for embedding. ie. you use this on a task list embedded in your own web site. This is not for use in frevvo's UI. ie. if you append &locale=test to the task list as an experiment shown above you will notice that frevvo's surrounding page content is visible (as expected) and is '''not''' localized. This is correct and expected behavior. You are expected to embedded the task list in your own localized web site.

The form designer strings cannot currently be localized. This may be possible in a future version of Live Forms In-house.==== Custom Style ====

Custom Style 

Your form's style (colors, font, etc...) can be locale specific. This enables the form designer to select culturally appropriate colors based on the current locale and to match forms to websites that have also been localized using cultural fonts and colors. See [[V4_Customizing_Themes#Locale_Specific | locale specific themes]] for full details.