I'm using Ubuntu 12.04 and NetBeans IDE 7.2.1. My system is set to pt-br, and my NetBeans installation too. I want to use Netbeans in English, how is this possible? I can't find any settings to change the language.
I'm using Ubuntu 12.04 and NetBeans IDE 7.2.1. My system is set to pt-br, and my NetBeans installation too. I want to use Netbeans in English, how is this possible? I can't find any settings to change the language.
You can try to change the locale settings when you run Netbeans and see if it uses it.
First you need to generate your locales:
Then, from the command line run
LC_ALL=en_US.utf8 netbeans
. If this works you can create a new launcher with that command.In netbeans 7.3, install from .sh script netbeans.org, in folder of install /usr/local/netbeans-7.3/etc/ change parameters of startup netbeans.conf and add --locale en:US.
Edit the netbeans-7.3.desktop file and add --locale en:US to the Exec parameter, like this: