Instructions for Russian:

Elluminate Live! Version 10.0 Language Packs

Elluminate Live! Version 9.5, 9.6 and 9.7 Language Packs


How to Install The Language Packs:

Ensure that you have installed Elluminate Live! Version 9.5, 9.6, 9.7 or 10.0. To verify your version:

  • Log into your Elluminate Live! Manager page as the System Administrator user.
  • Click on the "Preferences" tab.
  • Click on the "Server Details" link.
  • You will find the version in the "Version" section for the installed Elluminate Live! servers.
  1. Stop the Elluminate Live! Manager service as outlined in the documentation.
  2. If you have Elluminate Live! Version 9.5, 9.6 or 9.7, please follow the below instructions:
    • Download the appropriate language jar files and save them in the Elluminate Live! Manager 9.5 code base (client resource) directory.

      <Installation Directory>/ElluminateLive/manager/tomcat/webapps/elmcontrol/lib/9.5/

    • Obtain the JNLP template which is located in the following location:

      <Installation Directory>/ElluminateLive/manager/tomcat/webapps/ROOT/WEB-INF/resources/templates/jnlp/join_template.jnlp.v95

    • Edit the above JNLP template by adding the below lines before the resource block containing <jar href="vcImages.jar"/>.

      Note:  This example is for Spanish. Use the proper file names for the language packs you've downloaded.

      <resources locale="es">
      <jar href="localeFull_es.jar"/>
      <jar href="vcImages_es.jar"/>
      </resources>
      <resources>
      <jar href="vcImages.jar"/>
      </resources>

  3. If you have Elluminate Live! Version 10.0, please follow the below instructions:
    • Download the appropriate language jar files and save them in the Elluminate Live! Manager 10.0 code base (client resource) directory.

      <Installation Directory>/ElluminateLive/manager/tomcat/webapps/elmcontrol/lib/10.0/

    • Obtain the JNLP template which is located in the following location:

      <Installation Directory>/ElluminateLive/manager/tomcat/webapps/ROOT/WEB-INF/resources/templates/jnlp/join_template.jnlp.v10.0

    • Edit the above JNLP template by adding the below lines before the resource block containing <jar href="vcImages.jar"/>.

      Note:  This example is for Spanish. Use the proper file names for the language packs you've downloaded.

      <resources locale="es">
      <jar href="localeFull_es.jar"/>
      </resources>
      <resources>
      <jar href="vcImages.jar"/>
      </resources>

  4. Start the Elluminate Live! Manager service as outlined in the documentation.