Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I change the IDE language of Delphi XE7

Tags:

ide

delphi

I want to change the language of the Delphi XE7 IDE from German to English. BDSSetLang.exe doesn't work for the toolbar and menu items (e.g. 'File / Open project' instead of 'Datei / Projekt öffnen').

like image 760
Nobby Avatar asked May 16 '15 06:05

Nobby


People also ask

Is Delphi an IDE?

Delphi Delphi® is the world's most advanced integrated IDE for rapidly developing native high-performance multi-platform applications using powerful visual design tools and features developers love.

Does Delphi work on Linux?

Delphi – The Fastest Application Development Platform for Windows 10, macOS, Android, iOS, Linux, and IoT.


2 Answers

Use BDSSetLang.exe in the bindirectory of your Delphi installation. Did you notice that there are separate settings for the IDE UI and the Library?

like image 59
Tom Brunberg Avatar answered Oct 15 '22 10:10

Tom Brunberg


QUICKFIX: Move all *.de files from the folder C:\Program Files (x86)\Embarcadero\Studio\15.0\bin\ to another location (so you can move them back if it does not work). If that fixes your issue, delete them.

(Or *.fr for French or *.ja for Japanese- (English is default).

like image 8
Nobby Avatar answered Oct 15 '22 10:10

Nobby