Instructions for French:
Elluminate Live! Version 10.0 Language Packs
- For Elluminate Live!, download
- For Elluminate Live! Lite, download
Elluminate Live! Version 9.5, 9.6 and 9.7 Language Packs
- For Elluminate Live!, download
- For Elluminate Live! Lite, download
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.
- Stop the Elluminate Live! Manager service as outlined in the documentation.
- 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>
- Download the appropriate language jar files and save them in the Elluminate Live! Manager 9.5 code base (client resource) directory.
- 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>
- Download the appropriate language jar files and save them in the Elluminate Live! Manager 10.0 code base (client resource) directory.
- Start the Elluminate Live! Manager service as outlined in the documentation.



