Skip to content

Commit e4e8048

Browse files
authored
Instructions with screenshots for changing the language in Preferences. More information about translations. (#17)
1 parent b0c6f28 commit e4e8048

File tree

7 files changed

+63
-9
lines changed

7 files changed

+63
-9
lines changed

content/Software and Downloads/IDE Settings/Change-the-language-in-Arduino-IDE.md

Lines changed: 63 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,71 @@
22
title: "Change the language in Arduino IDE"
33
---
44

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+
![](img/ide-preferences-multi-OS.png)
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+
![The Editor language option in the IDE Preferences window.](img/highlighting-preferences-language.png)
24+
25+
4. Click OK to confirm the changes.
26+
27+
![Clicking OK to confirm the changes.](img/highlighting-preferences-OK.png)
28+
29+
5. Restart the IDE for the changes to take effect.
630

731
---
832

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.
1469

15-
![The Editor language option in the IDE Preferences window.](img/language.png)
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.
1671

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+
![Quitting Arduino IDE in the Dock on macOS.](img/macos-ide-quit.png)
80.1 KB
Loading
61.3 KB
Loading
84.7 KB
Loading
-60.4 KB
Binary file not shown.
66.1 KB
Loading
887 KB
Binary file not shown.

0 commit comments

Comments
 (0)