Eclipse如何使用不同的语言平台

来源:互联网 发布:鞭和锏 知乎 编辑:程序博客网 时间:2024/06/06 17:11

Using the language packs

If the system locale for your operating system is already in the language you want to launch Eclipse in, all you have to do is to launch Eclipse normally and the language packs will be loaded.

 

If the system locale is in English, and you want to launch Eclipse in another language, you have to launch Eclipse with the -nl command line argument:

 

eclipse.exe -nl fr//fr代表国家或地区(比如en、zh)

 

Replace fr with the locale you wish to use. See "Running Eclipse" for more details. Also see the "Teach Your Eclipse to Speak the Local Lingo" Eclipse Corner Article for more examples on how to launch Eclipse in different languages (including bi-directional language like Arabic) and different operating systems (like Linux and Mac OS X).

 

 

ps:语言包的安装和普通插件的安装是一样的。也是一般的三种方式。个人喜欢使用link方式。

原创粉丝点击