Recently in the development of Java, and then a lot of information is about the English environment, some information is corresponding to the Chinese environment, so are not on the number, depressed ah ... And the development of the time, everyone is using the habit is not the same, some people like English interface, some people like the Chinese interface, so I looked up from the internet for the corresponding Chinese and English switching method: I use the version information as follows:
Eclipse SDK
version:3.7.0
Build id:i20110613-1736
(c) Copyright Eclipse contributors and others 2000, 2011. All rights reserved.
Visit Http://www.eclipse.org/platform
This product includes software developed by the
Apache Software Foundation http://www.apache.org/
To the official website to download the eclipse3.7 version of the installation, and then download this one Chinese package, such as eclipse3.7 Chinese version. rar, will be eclipse3.7 Chinese version of the RAR file decompression after extracting into the eclipse_plugins\language\eclipse\ You will see two folders features, plugins, respectively, the contents of the two folders are copied to paste into the Eclipse root directory of the corresponding features, plugins. When this is done, the default is the Chinese display interface (provided the Chinese operating system). To open in several different languages, refer to the following:
Specific steps:
- Create a shortcut to eclipse, and then right-click to select Properties
- Select the "Shortcuts" tab to see what's behind "target (T)", for example, my "D:\Program files\eclipse\eclipse.exe"
- And then add-NL en_us behind it.
- Changed to "D:\Program Files\eclipse\eclipse.exe"-nl en_US
- Double-click to start the English interface
You can also create several shortcuts to the desktop, and the shortcut paths on the desktop add the usual parameters:
- English--nl en_US
- Fan--NL ZH_TW
- Simplified--NL ZH_CN
Other "regional language codes" are given below, as long as the interface language switch is implemented after-NL
Traditional Chinese is-nl "ZH_TW"
Simplified Chinese is-nl "ZH_CN".
(Other languages, etc.)
Eclipse Chinese and English free switch