Changing the locale of Integrator Studio
| Date: | 17 September 2007 |
|---|---|
| Product/Release: | LANSA Integrator - All Versions |
| Abstract: | How to change the execution language of STUDIO after installation |
| Submitted By: | LANSA Technical Support |
If you have Studio installed on a PC which is running as ENGLISH locale and want to use Studio or UserAgent in French then just add the additional Java properties to the target/shortcut command line to override the OS defaults.
Duser.region=fr -Duser.language=fr
Shortcut/Target Example:
%windir%\system32\javaw.exe -Djava.ext.dirs="C:\Program Files\Java\j2re1.4.2_13\lib\ext;.\lib\ext" -Djava.endorsed.dirs=.\lib\endorsed -Duser.region=fr -Duser.language=fr com.lansa.jsf.studio.JSFStudio
Refer to the Java documentation for further information regarding Internationalization and Setting the Java Virtual Machine Locale.