Vocera Platform Localization Suite Release Notes
Version 6.2.0
Updated: April 20, 2021
About the Vocera Localization Suite
Vocera allows you to customize Vocera Platform for
different locales. When you install the Vocera Localization Suite, conventions of a
specific locale are reflected in speech recognition behavior, genie prompts, accent
preferences, date formats, the telephony dial-plan, and other data.
These release notes contain information for all the locales supported by Vocera Platform (VP) and Vocera Analytics (VA) in the
version 6.2.0 release.
The following table shows the supported locale with the country code, language, local suite
versions, the base speech pack, whether the Multiple Speech Pack is available, and the
minimum Vocera Platform
build number in which the locale is enabled. Each locale is provided in a separate
installer.
Locale |
Country code |
Language |
Locale suite version |
Base speech pack |
Supports Multiple Speech Pack |
Minimum VP build |
New Zealand |
NZ |
English |
6.2.0.4 |
en-AU |
|
6.2.0.91 |
What's New
This section summarizes the new features in this release.
There are no new features or enhancements in this initial release.
Installing the Vocera Localization Suite
This section provides information about installation, upgrade, and uninstallation of
the Vocera Localization Suite.
Important:
- Instructions in this section are made generic and applicable to all the locales.
- Items within angular brackets are variables. Before you run a command, replace
variables used in the command samples with appropriate country code, file path,
or filenames.
- Country codes are case-sensitive, use country codes in your commands as it
appears in the About the Vocera Localization Suite section.
Installation Prerequisites
- Download Nuance Vocalizer, Nuance Recognizer, and the appropriate Localization
Suite image files.
- Verify if you have the Vocera license with foreign language support.
- Install Vocera Platform
version for your locale or verify if you have installed the minimum Vocera Platform
build number required for each locale. See About the Vocera Localization Suite.
- Install an English-based language pack or optionally, a French language pack in
the case of the French Canadian locale, in the Vocera Platform
Server where you install Vocera Voice Server and any subsequent Vocera
localization packs.
Installing Vocera Localization Suite
- Stop Vocera Platform
services.
sudo systemctl stop vocera-voice
- Provide necessary permissions to access the downloaded files in your home directory.
sudo chmod -R 777 /<home directory>/en_<country code>
- Install Nuance Recognizer language pack and
patches.
cd /<home directory>/en_<country code>/<path of the recognizer>
sudo ./install.sh
cd /<home directory>/en_<country code>/<path of the recognizer>/patches
sudo ./install_cumulative_patch.pl
- Install Nuance Vocalizer voices for male and
female.
sudo rpm -iv /<home directory>/en_<country code>/<path of the vocalizer>/<filename.rpm>
- Verify if the /opt/vocera/server/vocera.env file has the
required locale information.
export VOCERA_LOCALE=en_<country code>
- Verify if the required locale pack is downloaded and
available.
- Install the Vocera Localization Suite.
sudo yum localinstall vocera-locale_en_<country code>
- Verify installation history.
sudo yum info installed vocera-locale_en_<country code>
- Restart Vocera Platform.
sudo systemctl start vocera-voice
Upgrading Vocera Localization Suite
If you are moving to a later version of the installed Vocera Platform, perform
the following:
- Remove the existing locale pack before
upgrading.
sudo yum clean all
sudo yum check-updates
sudo yum list available | grep vocera-locale_en_<country code>
- Back up the Vocera data available at /opt/vocera/backup.
- Upgrade the Localization
Suite.
sudo yum install vocera-locale_en_<country code>
- Modify the backup and restore as follows:
- Verify installation history.
sudo yum info installed vocera-locale_en_<country code>
- Restart Vocera Platform
and verify the status.
sudo systemctl start vocera-voice
sudo systemctl status vocera-voice.service
Note: The backup files are restored if the locales are not changed
during upgrade. If you want to change locales during an upgrade, contact Vocera
Technical Support for assistance.
Uninstalling Vocera Localization Suite
- Stop Vocera Platform
server.
sudo systemctl stop vocera-voice
- Uninstall patches and the Nuance Recognizer.
cd /<home directory>/en_<country code>/<path of the recognizer>/<path of the patch>
sudo ./uninstall_cumulative_patch.pl
cd /<home directory>/en_<country code>/<path of the recognizer>
sudo yum remove <recognizer filename>
- Uninstall Nuance Vocalizer voices for male and female.
cd /<home directory>/en_<country code>/<path of the vocalizer>
sudo yum remove <vocalizer filename>
- Uninstall the existing locale pack.
sudo yum remove vocera-locale_en_<country code>
- Restart Vocera Platform
server and verify the status.
sudo systemctl start vocera-voice
sudo systemctl status vocera-voice.service
- Verify if the environmental variables are changed to the base locale,
en-US.
/opt/vocera/server/vocera.env
export VOCERA_LOCALE=en_US
What's Fixed
This section provides information about fixes and improvements made in this release.
There are no fixed issues in this initial release.
Known Issues
This section provides information about known product defects and limitations in this
release.
There are no known issues in this initial release.