Locale setup for Preview Server

Locale for Preview Server

Follow these steps to set up Preview Server to use the new locale:

  1. Open wrapper.conf for editing from the conf folder inside your Zoom installation folder (Windows: [ZoomInstallDir]\conf and Linux: [ZoomInstallDir]/conf).
  2. Locate the line with the highest n for wrapper.java.additional.n in the file.
  3. Add 2 new lines for wrapper.java.additional increasing the value of n as follows:

    wrapper.java.additional.n+1=-Duser.country=ISO_Country_code
    wrapper.java.additional.n+2=-Duser.language=ISO_Language_code

    For setting German locale in wrapper.conf whose last wrapper.java.additional value is wrapper.java.additional.20, add these lines:

    wrapper.java.additional.23=-Duser.country=DE

    wrapper.java.additional.24=-Duser.language=de
  4. Save and close the file.
  5. Open preview-server.conf for editing from the conf folder inside your Zoom installation folder (Windows: [ZoomInstallDir]\conf\ and Linux: [ZoomInstallDir]/conf/).
  6. Locate the line with the highest n for wrapper.java.additional.n in the file.
  7. Add 2 new lines for wrapper.java.additional increasing the value of n as follows:

    wrapper.java.additional.n+1=-Duser.country=ISO_Country_code
    wrapper.java.additional.n+2=-Duser.language=ISO_Language_code

    For setting German locale in wrapper.conf whose last wrapper.java.additional value is wrapper.java.additional.20, add these lines:

     wrapper.java.additional.23=-Duser.country=DE

    wrapper.java.additional.24=-Duser.language=de
  8. Save and close the file.
  9. Open your Preview Server’s zoom.properties for editing from its .zm folder (Windows – [OSInstallDir]\Windows\System32\config\systemprofile\.zm\ and Linux – $Home/.zm/).
  10. Set the property CURRENT_LOCALE to point to the desired locale. If the property exists then update its value and if it does not exist then add it. For example:

    CURRENT_LOCALE=de_DE

    If one or more translated string files for the language associated with this locale are not available on the Zoom Server then corresponding default strings in English will be used in their place.
  11. Save and close the file.
  12. Restart your Preview Server.

Your desired locale is now set on the Preview Server. Check how to set locale on other servers here.