PDA

View Full Version : Language option screen is skipped



wk1981
03-24-2010, 10:37 PM
I have configured the installer to support several languages in the build tab
However, the installer just skips the language option in splash and goes the step 1 of installation, which is English.
Is there anything I have missed in the configuration?
Thanks.

jijujacob27
03-25-2010, 12:46 AM
Hi wk1981,
You need to provide an arguement
-Dlax.locales=all
(or)
-Dlax.locales.all=true

in the optional installer arguements in Project > Config tab

Thanks,

wk1981
03-25-2010, 01:38 AM
Thanks !:)