Locale setup for Curator Server

Locale for Curator Server

Follow these steps to set up Curator 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 curator-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. Restart your Curator Server.

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