To switch the base language
You can switch the base language by performing a set of steps.
About this task
To switch the base language, perform the following tasks:
Procedure
- To ensure that there are no problems in
making a base language switch, run the LocalizedStringReconciler tool
from
<INSTALL_DIR>/binin SWITCHTEST mode as follows:For UNIX:
sci_ant.sh -f localizedstringreconciler.xml switchtest -Dlanguage=xx -Dcountry=YYFor Windows:
sci_ant.cmd -f localizedstringreconciler.xml switchtest -Dlanguage=xx -Dcountry=YYHere,
xxandYYare the desired base language and country or region respectively; for example, fr and FR for French and France. This simulates the switch and reports any errors it finds, without making any changes to the database. - To perform the base language switch, run
the LocalizedStringReconciler tool from
<INSTALL_DIR>/binin SWITCH mode as follows:For UNIX:
sci_ant.sh -f localizedstringreconciler.xml switch -Dlanguage=xx -Dcountry=YYFor Windows:
sci_ant.cmd -f localizedstringreconciler.xml switch -Dlanguage=xx -Dcountry=YYHere,
xxandYYare the desired base language and country or region respectively; for example, fr and FR for French and France.Note: Use the<INSTALL_DIR>/properties/customer_overrides.propertiesfile to set theyfs.install.localecodeproperty to<your locale code>.