|
2 | 2 | title: "Change the language in Arduino IDE" |
3 | 3 | --- |
4 | 4 |
|
5 | | -The Arduino IDE uses the system default language when you install and set up the IDE. If you like to work with a different language you can always change it to a language that you are comfortable working with. |
| 5 | +> **Note:** As of version 2.0.0-rc5, only English is included in the new IDE. [A translation project is in progress](https://www.transifex.com/arduino-1/ide2/). <!-- TIME: 22-03-21--> |
| 6 | +
|
| 7 | +The original language for the Arduino IDE interface is English, but other languages are available. |
| 8 | + |
| 9 | +--- |
| 10 | + |
| 11 | +## Change the language in Preferences |
| 12 | + |
| 13 | +1. Open Arduino IDE. |
| 14 | + |
| 15 | +2. Open preferences: Choose _File > Preferences_ in the menu bar for Windows/Linux or _Arduino > Preferences_ for macOS. |
| 16 | + |
| 17 | +  |
| 18 | + |
| 19 | + Alternatively, use keyboard shortcuts to open the window: `Ctrl + ,` for Windows/Linux and `CMD + ,` for macOS. |
| 20 | + |
| 21 | +3. Click the **Editor language** option and select your desired language. |
| 22 | + |
| 23 | +  |
| 24 | + |
| 25 | +4. Click OK to confirm the changes. |
| 26 | + |
| 27 | +  |
| 28 | + |
| 29 | +5. Restart the IDE for the changes to take effect. |
6 | 30 |
|
7 | 31 | --- |
8 | 32 |
|
9 | | -1. Open the Arduino IDE. |
10 | | -2. Open preferences |
11 | | - * Windows/Linux: `File > Preferences`. |
12 | | - * macOS: `Arduino > Preferences` |
13 | | -3. Under Preferences, look for the Editor language option. |
| 33 | +## Change the language by editing preferences.txt |
| 34 | + |
| 35 | +Alternatively, you can edit the `preferences.txt` file directly. |
| 36 | + |
| 37 | +1. Close Arduino IDE. |
| 38 | + |
| 39 | +2. [Open the Arduino15 folder](https://support.arduino.cc/hc/en-us/articles/360018448279-Open-the-Arduino15-folder). |
| 40 | + |
| 41 | +3. Open `preferences.txt`. |
| 42 | + |
| 43 | +4. Find the `editor.languages.current` line. |
| 44 | + |
| 45 | +5. Edit the value to read `editor.languages.current=en`. |
| 46 | + |
| 47 | +6. Save the file. |
| 48 | + |
| 49 | +7. Open Arduino IDE to see the changes. |
| 50 | + |
| 51 | +--- |
| 52 | + |
| 53 | +## Troubleshooting |
| 54 | + |
| 55 | +As of version 2.0.0-rc5, only English is included in the new IDE. |
| 56 | + |
| 57 | +[A translation project is in progress](https://www.transifex.com/arduino-1/ide2/). |
| 58 | + |
| 59 | +### Some text is not translated |
| 60 | + |
| 61 | +Arduino IDE translations have been made through community contributions, and not all of them are complete. You can see the status of each language at **Transifex**: |
| 62 | + |
| 63 | +* [Arduino IDE translation project](https://www.transifex.com/mbanzi/arduino-ide-15/) |
| 64 | +* [Arduino IDE 2.0 translation project](https://www.transifex.com/arduino-1/ide2/) |
| 65 | + |
| 66 | +### If the language isn't changing |
| 67 | + |
| 68 | +Make sure you fully restart Arduino IDE. |
14 | 69 |
|
15 | | -  |
| 70 | +On macOS, closing all windows will not automatically quit the application. If the Arduino IDE icon is in the Dock with a small dot below it, the app is still running. Right-click on the icon and select _Quit_ to quit the app. |
16 | 71 |
|
17 | | -4. In the dropdown menu, look for the language you would like to use and select it, then click ok. |
18 | | -5. Close the IDE and reopen the IDE again to finalize the changes. |
| 72 | + |
0 commit comments