JDeveloper picks-up the default locale language from the OS.
To change this and force JDev to a specific language:
- Open JDEV_HOME/jdev/bin/jdev.conf
- Add the following lines for English:
AddVMOption -Duser.language=en
AddVMOption -Duser.country=US
This will show all warnings and message details in English.
credit: OraTransplant.nl
Comments