Multi-language support

Multi-language support lets you customise the application so that it translated diffetly depending on the user's browser settings. Take the following steps to configure this feature.

  1. To go Admin > Localize
  2. Select the Language you would like to setup
  3. Provide translation for each English phrase you wish to translate. If not translation is provided the English phrase will be used instead.
  4. Click the "Enable" button for the language to be used in the application.
  5. To permanently change the language for all users open global.asa and in Session_OnStart() change Session("LanguageId") to equal the language of your choice that is defined in the Language table.
  6. To modify an English phrase please select "English" for the language drop down list.
  7. Click "Hide translated" to hide phrases that are already translated.
  8. Check "Show Phrase Id" to see the id for each phrase. Some phrases can be changed right on the spot by clicking on the id. The option will impact all application pages but only for the current user session. Other users will not see the phrase id or be able to change it.