Installation of eclipse multi-country language packs: Eclipse provides very friendly support for Chinese users. by installing the eclipse multi-country Language Pack, eclipse can automatically implement localization of the development environment, that is, the Language Pack is automatically selected for local regionalization based on the language environment of the operating system. You can go to www.eclipse.org to download the corresponding multi-country Language Pack for free. It is named Language Pack. After the download is complete, get the compressed package named NLpack1-eclipse-SDK-3.1.1a-win32.zip, the following describes the specific installation steps: 1. You must first disable eclipse. Note that eclipse must be disabled when installing Each plug-in; 2. decompress the compressed package; 3. Create a subdirectory links in the eclipse installation directory, and create a text file named language. Start in the directory (the file name can be arbitrary). Enter the following in the text file: Path = G: // eclipse // Language That is, it points to the installation directory of the multi-country Language Pack. Note that the backslash in the path is double write. 4. After installing the Language Pack, restart eclipse. Since eclipse was started before, some words may still be in English after localization. In this case, you can delete Org. eclipse. update directory, delete the original recorded English version information, and then restart eclipse. |