How to get your project localized

When the new project is to be localized you have to perform a few consecutive steps:

To make your start easier we propose you to examine the following topics:

  1. Open the project in Delphi IDE.
  2. Ensure that the project can be compiled without errors.
  3. Select the “Localizer | Start project localization…” menu item.
  4. In the appeared dialog set the native language of your application and the folder to store the language files in. Leave “Add Localizer’s API” checkbox marked to let Localizer add necessary code to your application.
  5. Press “Localize my project!” button. Localizer starts to compile the application and creates all necessary files.

That’s all for the first time.

Note, that you need to refresh language files (“Localizer | Refresh language files” menu item) each time you are going to translate something or to deploy the application.