0
votes

I cannot localize a Builder C++ 2010 application. Even following the directions in the help file. Here is what I do:

  1. create a VCL Forms application.
  2. add the german language.
  3. add the german translation of the form caption using the translator.
  4. set my active language preference to german (project->language->set active...).
  5. build and run and I still get the english form caption. There is no xxx.deu file created.

What am I doing wrong?

1

1 Answers

1
votes

Steps look simple and correct in general, but there are two possible missed steps

  1. create a VCL Forms application.
  2. add the german language.
  3. add the german translation of the form caption using the translator.
  4. Save Translation in Translation Editor.
  5. set my active language preference to german (project->language->set active...).
  6. build and run and I still get the english form caption. There is no xxx.deu file created.
  7. Build All projects, not parent only. Both of project - main and localized must built without errors.