I installed NetBeans 7.1 and can't change UI language. I didn't find any option for it. Any suggestions?
Asked
Active
Viewed 1.6k times
3 Answers
18
--locale on some Windows platforms makes netbeans crash. Preffer to use "-J-Duser.language=en -J-Duser.region=US"
- Find netbeans etc, likely at the C:\Program Files\NetBeans 7.3\etc
- Open netbeans.conf
- Find netbeans_default_options
- Add those options, so: netbeans_default_options="blablabla -J-Duser.language=en -J-Duser.region=US"
- Save file
- Restart/start netbeans.
https://blogs.oracle.com/tao/entry/set_netbeans_user_interface_language

Offenso
- 277
- 3
- 13
-
Just in case you're using a newer version, it still works on 8.2. Thx – henrique Jun 27 '17 at 19:51
9
You may start with the --locale en:US
option which sets the interface language.
See the documentation for --locale language[:country[:variant]] : Use the specified locale
here http://wiki.netbeans.org/FaqStartupParameters

fdomig
- 4,417
- 3
- 26
- 39
-
1There is one important notice for Windows users: you SHOULD place `--locale en:US` parameter AFTER the closing quotes of the command. You will get an error message if you do it within the quotes. – Roman Matveev Feb 13 '14 at 11:47
0
If you are having problems saving the file:
- Transfer the netbeans.conf file to your desktop;
- Windows is gonna say you need permission from the administrator, press ok;
- Open the netbeans.conf file that is on your desktop WITH NOTEPAD and make the alterations sugested in the video;
- Save;
- Transfer the file back to etc. folder
- Open NetBeans IDE

vahdet
- 6,357
- 9
- 51
- 106