To switch the base language, perform the following tasks:
For UNIX:
sci_ant.sh -f localizedstringreconciler.xml switchtest
-Dlanguage=xx -Dcountry=YY
For Windows:
sci_ant.cmd -f localizedstringreconciler.xml switchtest
-Dlanguage=xx -Dcountry=YY
Here, xx and YY are 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.
For UNIX:
sci_ant.sh -f localizedstringreconciler.xml switch
-Dlanguage=xx -Dcountry=YY
For Windows:
sci_ant.cmd -f localizedstringreconciler.xml switch
-Dlanguage=xx -Dcountry=YY
Here, xx and YY are the desired base language and country or region respectively; for example, fr and FR for French and France.