Elluminate Live eLearning Solution & Collaboration Solution Software. Home. Member Log-in. Live online events. Live elearning demo.

Downloading and Installing Russian Language Packs

Elluminate Live! Version 8.5 Language Packs

Elluminate Live! Version 8.0 Language Packs


Installing Language Packs on Your Server

Note: The instructions below are written for all languages. The symbol [ln] in file names is used to represent the language code of the language pack you are installing. Therefore, when reading the instructions, replace [ln] in the file names with ru (the code for Russian). For example, in step 4, replace localeAcad_[ln].jar with localeAcad_ru.jar.

Installing Language Packs for Elluminate Live! Version 8.x
  1. Ensure that you are running at least version 8.5 of Elluminate Live! To check your version number, do the following:
    1. Launch an Elluminate Live! session.
    2. Select Help > About Elluminate Live!
    3. Select the Information tab and check the version number.
    If you are running version 8.0, please upgrade to version 8.5. To obtain updated patch releases, please "Sign In" to our Elluminate Support Portal and retrieve your download from the "Downloads Library". Please Click here for instructions on how to access our Support Portal and Downloads Library.

  2. Download the language jar files to the Elluminate Live! Manager 8.5 code base (client resource) directory by clicking on the links (at the top of the page) associated with your language pack. To find out where your code base resides, follow the steps below:
    1. Log in to Elluminate Live! Manager as a System Administrator.
    2. Click on the Preferences tab.
    3. View the Server Details section for the location of your code base.

  3. Stop the Elluminate Live! Manager.
    • On Windows, use the Services Manager to stop the Elluminate Live! Manager service
    • On Linux/Solaris, issue the command /etc/init.d/elm2_7d stop
    • On Mac OS X, issue the command sudo SystemStarter stop eLiveManager

  4. Edit the join_template.jnlp.v8 template file to include the new jar file(s). The location of the JNLP template is as follows: ElluminateLive\manager\tomcat\webapps\ROOT\WEB-INF\resources\templates\jnlp

    • If you are installing the Academic Edition, insert the following statement:
      • <jar href="localeAcad_[ln].jar"/> after the line that reads
        <jar href="vcImagesAcad.jar"/>

    • If you are installing the Enterprise Edition, insert the following statement:
      • <jar href="localeEnt_[ln].jar"/> after the line that reads
        <jar href="vcImages.jar"/>

    • If you are installing the Lite Edition, insert the following statement:
      • <jar href="localeLite_[ln].jar"/> after the line that reads
        <jar href="vcImages.jar"/>

  5. If you are installing Arabic, Chinese, Japanese or Russian language packs, edit the join_template.jnlp.v8 template file to include the new clip art jar file(s) as below. Otherwise, proceed to step 6.

    • If you are installing the Academic Edition and your language has translated Clip Art, replace all occurrences of the following statement:
      • Replace <jar href="vcImagesAcad.jar"/> with
        <jar href="vcImagesAcad_[ln].jar"/>

    • If you are installing the Enterprise or Lite Edition and your language has translated Clip Art, replace all occurrences of the following statement:
      • Replace <jar href="vcImages.jar"/> with
        <jar href="vcImages_[ln].jar"/>

  6. Restart Elluminate Live! Manager to pick up the change.
    • On Windows, use the Services Manager to restart the Elluminate Live! Manager service
    • On Linux/Solaris, issue the command /etc/init.d/elm2_7d restart
    • On Mac OS X, issue the command sudo SystemStarter restart eLiveManager