Customer and Partner Translation
Contents
- 1 Customer and Partner Translation
- 1.1 Extracting localization files from iWD Manager
- 1.2 Extracting localization files from iWD Datamart Node
- 1.3 Extracting localization files from iWD GAX Plugin
- 1.4 Translating the resources.properties localization file
- 1.5 Translating the lk.js localization file
- 1.6 Installing translated resources.properties in iWD Manager
- 1.7 Installing the translated resources.properties in iWD Datamart Node
- 1.8 Installing the translated lk.js in iWD Plug-in for GAX
Extracting localization files from iWD Manager
Prerequsities
- iWD Manager installed in base (en-US) localization - without Genesys-provided localization package
Procedure
- Locate the Tomcat directory, where iWD Manager is installed.
- Within the Tomcat directory, locate file webapps/iwd_manager/WEB-INF/lib/iwd_common.jar.
- Extract file evo/resources/resources.properties from the iwd_common.jar file to a temporary location. File iwd_common.jar is a zip file and can be opened with 7zip or WinZip utility on Windows and unzip utility on Linux.
- In the Tomcat directory, locate file webapps/iwd_manager/WEB-INF/classes/evo/cmc/ui/resources/resources.properties. Append the content of this file to the extracted resources.properties file saved in the temporary location.
Extracting localization files from iWD Datamart Node
Prerequisities
- iWD Datamart Node installed in base (en-US) localization – without Genesys-provided localization package
Procedure
- Locate file lib/iwd_common.jar within the iWD Datamart Node installation directory.
- Extract file evo/resources/resources.properties from the iwd_common.jar file to a temporary location. File iwd_common.jar is a zip file and can be opened with 7zip or WinZip utility on Windows and unzip utility on Linux.
- Locate file lib/iwd_dm.jar within the iWD Datamart Node installation directory
- Extract file evo/gtl/datamart/resources/resources.properties from the iwd_dm.jar to a temporary location. File iwd_dm.jar is a zip file and can be opened with 7zip or WinZip utility on Windows and unzip utility on Linux.
- Concatenate both extracted files.
Extracting localization files from iWD GAX Plugin
Prerequisities
- Genesys Administration Extension package installed
- iWD GAX Plugin installed within Genesys Administration Extension
Procedure
- Locate file iwd_gax.jar within the Genesys Administration Extension installation directory.
- Extract file web/nls/lk.js from iwd_gax.jar to a temporary location. File iwd_gax.jar is a zip file and can be opened with 7zip or WinZip utility on Windows and unzip utility on Linux.
Translating the resources.properties localization file
Prerequisities
- File resources.properties extracted from appropriate iWD package and saved in temporary location
- JDK 7 installed
Procedure
- Rename file resources.properties to resources.utf8.
- Translate the file resources.utf8. Each line in the file contains a key and value separated by the ‘=’ character. Only the value part needs to be translated—key and ‘=’ character must remain unchanged. Any text in braces {} must remain unchanged. The file should be saved in UTF-8 encoding.
- Use the native2ascii utility located in JDK 7 to convert file resources.utf8 into resources.properties native2ascii –encoding utf8 resources.utf8 resources.properties.
Translating the lk.js localization file
Prerequisities
- Localization file extracted from iWD Plug-in for GAX and saved in temporary location
Procedure
- Only text in quotes needs to be translated. Any text in braces {} is a parameter and must be left unchanged.
- The file must be saved in UTF-8 encoding.
Installing translated resources.properties in iWD Manager
Prerequisities
- iWD Manager package is installed in base (en-US) localization – without Genesys-provided localization package
- Translated resources.properties file is available in temporary location
Procedure
- Locate the Tomcat directory, where iWD Manager is installed
- Copy file resources.properties into webapps/iwd_manager/WEB-INF/classes directory within Tomcat.
- Restart Tomcat.
Installing the translated resources.properties in iWD Datamart Node
Prerequisities
- iWD Datamart Node installed in base (en-US) localization – without Genesys-provided localization package
- Translated resources.properties file is available in temporary location
Procedure
- Copy file resources.properties to the config directory within iWD Datamart Node installation directory
- Restart iWD Datamart Node.
Installing the translated lk.js in iWD Plug-in for GAX
Prerequisities
- Genesys Administration Extension package installed
- Appropriate localization package for Genesys Administration Extension installed (either Genesys- or Customer-provided)
- iWD GAX Plugin installed within Genesys Administration Extension
- Translated lk.js file is available in a temporary location
Procedure
- Locate file iwd_gax.jar within the Genesys Administration Extension installation directory
- Update file web/nls/lk.js in iwd_gax.jar in the temporary location. File iwd_gax.jar is a zip file and can be updated with 7zip or WinZip utility on Windows and zip utility on Linux.
- Restart Genesys Administration Extension.
This page was last edited on August 22, 2014, at 10:29.
Comments or questions about this documentation? Contact us for support!