Show: Delphi
C++
Display Preferences
Setting Up the External Translation Manager
From RAD Studio
Go Up to Localizing Applications by Using Translation Manager Index
If you or your translator do not have the RAD Studio IDE, you can use the stand-alone External Translation Manager to localize your applications.
To use the External Translation Manager as a stand-alone application, you need to copy the External Translation Manager files to your computer and register the required *.bpl files in the External Translation Manager.
To install the External Translation Manager
- Create a directory, such as
C:\ETM, for the External Translation Manager files.
- Copy the following External Translation Manager files from the computer with the installed RAD Studio IDE (the developer's computer) into the created directory.
RAD Studio\n.n\Binfrom this directory, copy the following required files:- and copy any of the following optional files that you want:
- From the appropriate platform-specific directory, such as
RAD Studio\n.n\Bin64for 64-bit Windows, copy the following required files: - and copy any of the following optional files:
etm.exe - the main External Translation Manager executable file designide<nnn>.bpl dfm<nnn>.bpl itecore<nnn>.bpl rc<nnn>.bpl vclide<nnn>.bpl
dcl31w<nnn>.bpl dclact<nnn>.bpl dclado<nnn>.bpl dclbcbsmp<nnn>.bpl dclbde<nnn>.bpl dclDataSnapIndy10ServerTransport<nnn>.bpl dclDataSnapProviderClient<nnn>.bpl dclDataSnapServer<nnn>.bpl dcldb<nnn>.bpl dcldbx<nnn>.bpl dcldbxcds<nnn>.bpl dclib<nnn>.bpl dclIe<nnn>.bpl dclIndyCore<nnn>.bpl dclIndyProtocols<nnn>.bpl dclmcn<nnn>.bpl dclmid<nnn>.bpl dclnet<nnn>.bpl dclribbon<nnn>.bpl dclsmp<nnn>.bpl dclstd<nnn>.bpl dclTee8<nnn>.bpl dcltouch<nnn>.bpl dclwbm<nnn>.bpl
rtl<nnn>.bpl vcl<nnn>.bpl vclactnband<nnn>.bpl vclimg<nnn>.bpl vclx<nnn>.bpl xmlrtl<nnn>.bpl
*<nnn>.bpl
These filenames use a version-related number instead of each <nnn>. For example, RAD Studio XE4 uses 180. That is, designide<nnn>.bpl converts to designide180.bpl.
- Run the External Translation Manager. From Windows Explorer, double-click
etm.exe. From the command line, enteretm. - In ETM, choose Tools > Options > Packages.
- Click the Add button to display the Open dialog box.
- Navigate to the
C:\ETMdirectory that contains the External Translation Manager files. Make sure that the Files of type filter is set toDesigntime packages (dcl*.bpl). - Select all of the design-time packages (dcl*.bpl files) in the directory and click OK.
The design-time packages are registered and you can now begin using the External Translation Manager.
To set up the project to be translated
- Run the Resource DLL Wizard on your project to generate the resource DLL projects for each language in the localization. The files generated for each resource DLL project are saved in a directory named after the language. For example, for a project group saved in C:\MyProjects, the Afrikaan translation root directory is C:\MyProjects\AFK.
- Obtain or prepare a zipped translation kit of the project to be translated and give the kit to the person who will translate your project. The kit should include the following:
- A resource DLL for each language to be translated.
- The
.dprojproject file generated by using File > Save as in the External Translation Manager project. - The stand-alone translation repository (
*.tmx) files.
- The translator should unzip the translation kit into the chosen directory on the translator's system.