About this task
Prior to loading
the Sterling Warehouse Management System Language Pack factory defaults, ensure that you
have successfully configured your database tier software.
Important: Verify that your locale settings,
such as currency, time format, date, and so on are correct.
- To load the language pack translation with
custom localization literals, run the Localized String Reconciler
tool in the IMPORT mode from the <INSTALL_DIR>/bin directory
as follows:
sci_ant.sh -f localizedstringreconciler.xml import -Dsrc=<INSTALL_DIR>
/repository/factorysetup/complete_installation/XMLS -Dbasefilename=
ycplocalizedstrings -Dvariablefilename=resources/ycd_fc_variable.properties
where <INSTALL_DIR> refers
to the installation directory.
The
basefilename refers
to the file present in the following directory, for which translations
are to be imported into the database:
<INSTALL_DIR>/repository/factorysetup/complete_installation/XMLS
The default value for the basefilename parameter
is ycplocalizedstrings.
For example, to import
translations for the language pack, the base file is ycdlocalizedstrings.
The base file is derived from the xx_XX_ycdlocalizedstrings_yy_YY.properties file.
This file inserts the values specified in the properties file into
the database.
The Localized String Reconciler tool inserts the
values specified in the following file...
<from_language>_<from_country>_<basefilename>_<to_language>_<to_country>.properties
... from the following directory...
<INSTALL_DIR>/repository/factorysetup/complete_installation/XMLS/<language>_<country>
...into the database.
- If you need to localize the factory setup of add-in, run
the following command:
- sci_ant.sh -f localizedstringreconciler.xml
import -Dsrc=<INSTALL_DIR> \repository\factorysetup\complete_installation\XMLS
-Dbasefilename=ynwfcaddinlocalizedstrings
- sci_ant.sh -f localizedstringreconciler.xml
import -Dsrc=<INSTALL_DIR>\repository\factorysetup\complete_installation\XMLS-Dbasefilename=ynwfclocalizedstrings
- Dvariablefilename=/resources/ynw_ref_tmp_variable.properties
- To localize the reference implementation (RI) run the following
command: :
sci_ant.sh -f localizedstringreconciler.xml import -Dsrc=<INSTALL_DIR>
/repository/factorysetup/complete_installation/XMLS
-Dbasefilename=ynwrilocalizedstrings -Dvariablefilename=/resources/ynw_ref_variable.properties