How to start NetBeans IDE with English UI
When you use Solaris and Linux, you can change the language to English and can start IDE quickly like,
$ export LANG=C $ export LC_ALL=C $ ./netbeansOn Windows, you can use --locale en option. You can apply this option on command line or you can put this to netbeans.conf file,
$ netbeans --locale enI updated these information of FaqMessagesInEnglish in NetBeans User FAQ.
However, it seems that English fonts will be used after switching the locale to en, so some multibyte characters are not displayed properly on Japanese, Chinese and Korean environment.




Posted by mars on May 09, 2007 at 01:19 PM JST #
Posted by katakai on May 09, 2007 at 01:59 PM JST #