在NetBeans FAQ, What are the NetBeans startup parameters (a.k.a command-line options), 中仅仅写道:
--locale language[:country[:variant]] : Use the specified locale.我不是很确定 language [:country[:variant]] 这部分,所以再次搜索。在这个网志 找到了如何更改语言.
打开NetBeans快捷方式的属性窗口, 添加下面的红字部分:
- "D:\Program Files\NetBeans 6.5 RC2\bin\netbeans.exe" --locale en:US.
就可以让NetBeans使用英语为其界面语言. 如果需要中文,可以用--locale zh:CN替换红色部分,日文用--locale ja:JP代替。
关于language [:country[:variant]]的详细信息, 可以访问 http://java.sun.com/j2se/1.4.2/docs/api/java/util/Locale.html.
英文版:Change NetBeans IDE interface language
没有评论:
发表评论