7

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').

Nobby
  • 289
  • 2
  • 12

3 Answers3

16

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?

Tom Brunberg
  • 20,312
  • 8
  • 37
  • 54
8

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

Jan Doggen
  • 8,799
  • 13
  • 70
  • 144
Nobby
  • 289
  • 2
  • 12
  • You should mark the other answer as the correct answer. It is the clean way to change the language of the IDE and of the libraries. – StanE Oct 01 '18 at 12:31
2

for current versions (Delphi 10.4.2), the solution here works for me:

>cd C:\Program Files (x86)\Embarcadero\Studio\21.0\bin
>bdssetlang en
thierrybo
  • 41
  • 2
  • 5
  • Sadly the answer of Nobby didn't work for me. There was only one option in the drop down. But this worked just fine. – user1634649 Jul 06 '23 at 21:49