How to change language in Arduino IDE?

You can change the Arduino IDE interface language in Preferences/Settings (and then restart), or by editing the preferences.txt file.
Method 1: Change it inside Arduino IDE (recommended)
Open Arduino IDE
Open Preferences/Settings:
Windows / Linux:
File → PreferencesmacOS:
Arduino IDE → Settings
In the Language option, pick your desired language
Click OK
Restart Arduino IDE for it to apply
macOS note: closing windows doesn’t always quit the app—use Quit from the Dock/menu to fully restart.
Method 2: Force it by editing preferences.txt
Close Arduino IDE
Open the Arduino15 folder (paths below)
Open
preferences.txtFind the line:
editor.languages.currentSet it, for example:
editor.languages.current=enSave the file and reopen Arduino IDE
Arduino15 folder locations
Windows (standard install):
C:\Users\{username}\AppData\Local\Arduino15
(Windows Store install usesArduinoDatain Documents)macOS:
/Users/{username}/Library/Arduino15Linux:
/home/{username}/.arduino15
Small caveat
Some messages in the Output panel come from third-party tools (compiler/uploader) and may stay in English even after you change IDE language.




