Jdeveloper Multi-language: How to start with a diffenent language?
I am using jdeveloper version 11.1.1.3.0 on linux. How can I start my jdeveloper in a different language other than the OS language setting? I want to change the display of my jdeveloper to a different language (i.e French).
I tried the following:
Modified the jdev.conf file in jdev/bin folder to add the following JVM parameter.
AddVMOption -Duser.language=fr
AddVMOption -Duser.country=FR
Then, when I start the jdeveloper, I get the following info message:
INFO: Locale fr_FR is not supported by this product. Forcing locale to en_US.
any idea?
Thanks