Users Guide

Localization Overview | Localization
754 OMNM 6.5.3 User Guide
Localization Overview
The installation wizard detects the operating system’s default language and installs the
OpenManage Network Manager (OMNM) software so its default language. If you want the
OMNM software installed with English regardless of the installation platform’s default, remove the
SynergyI8N.jar file from Synergy.zip file before you install.
NOTE:
This should have been done as part of your pre-installation tasks.
The properties settings that force a particular locale for messages are the easiest to change. Only
English message files ship with the software. You can override them as needed.
Setting the language property to an empty string in installprops/lib/installed.properties file applies
the operating system’s defaults.
Override the following Locale properties in that file:
oware.resourcebundle.language=en
oware.resourcebundle.country=US
oware.resourcebundle.language.variant=
The
language
value
must be a valid ISO Language Code. These codes are the lower-case, two-letter
codes as defined by ISO-639. Use your preferred search engine to find a full list of these codes at a
number of sites.
The
country value
must be a valid ISO Country Code. These codes are the upper-case, two-letter
codes as defined by ISO-3166. Use your preferred search engine to find a full list of these codes at a
number of sites.
The
variant value
is a vendor or browser-specific code. For example, use WIN for Windows, MAC
for Macintosh, and POSIX for POSIX. Where two variants exist, separate them with an underscore,
and put the most important one first. For example, a Traditional Spanish collation might construct
a locale with parameters for language, country, and variant as:
es, ES, Traditional_WIN
.
CAUTION:
Multilingual support does not necessarily extend to all application add-ons.