Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 12517  / 3 Years ago, tue, july 20, 2021, 6:26:31

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.


More From » netbeans

 Answers
7

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:



sudo locale-gen en_US # or en_GB
sudo locale-gen en_US.utf8


Then, from the command line run LC_ALL=en_US.utf8 netbeans. If this works you can create a new launcher with that command.


[#33570] Tuesday, July 20, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rryble

Total Points: 489
Total Questions: 121
Total Answers: 119

Location: Marshall Islands
Member since Mon, May 31, 2021
3 Years ago
;