RAD Studio (Common)
ContentsIndex
PreviousUpNext
Setting Up the External Translation Manager

If you do not have the RAD Studio IDE, you can use the External Translation Manager (ETM) to localize an application. To use ETM, the developer must provide you with the required ETM files and project files.

Note: The Microsoft .NET Framework must be installed on your computer before you install ETM.

To set up and register the ETM files

  1. Obtain the following ETM files from the developer. By default these files are in either the Program Files\CodeGear\RAD Studio\n.n\Bin or the Windows\system32 directory on the developer's computer.
    Note: If the developer chose to install only the Delphi for Win32 personality of RAD Studio, the files marked with an asterisk (*) will not be available on the developer's computer.

Borland.Delphi.dll * 
Borland.Globalization.dll *
Borland.ITE.dll * 
Borland.ITE.FormDesigner.dll *
Borland.SCI2.dll * 
Borland.Vcl.dll * 
Borland.VclRtl.dll * 
Borland.VclX.dll * 
designide<nnn>.bpl  
dfm<nnn>.bpl  
DotnetCoreAssemblies100.bpl *  
etm.exe  
IDECtrls<nnn>.bpl  
itecore<nnn>.bpl  
itedotnet<nnn>.bpl * 
rc<nnn>.bpl  
ResX<nnn>.bpl * 
rt<nnn>.bpl  
vclide<nnn>.bpl  
xmlrtl<nnn>.bpl

  1. Create a directory, such as C:\ETM.
  2. Copy the ETM files from the developer into the directory.
  3. Open ETM. From Windows Explorer, double-click etm.exe. From the command line, enter etm.exe.
  4. Choose ToolsOptionsPackages.
  5. Click the Add button to display the Open dialog box.
  6. Navigate to the directory that contains the ETM files. Make sure that the Files of type filter is set to Designtime packages (dcl*.bpl).
  7. Select all of the designtime packages in the directory and click OK.
The designtime packages are registered and you can now begin using ETM.

To set up the project to be translated

  1. Obtain a zipped translation kit of the project to be translated from the developer. The kit should include the following:
    • a satellite assembly or resource DLL for each language to be translated
    • the .dproj project file generated by using FileSave as in the ETM project
    • the standalone translation repository (*.tmx) files
  2. Unzip the translation kit into a directory of your choice.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!