Command-line Tool
Multilizer Enterprise edition ships with Multilizer command-line tool MLBuild which can help automate the localization project synchronization, translation exchange with translators, translation work and language version creation. Tool is placed on Multilizer installation sub-directory bin (e.g. C:\Program Files\Multilizer 6\bin).
MLBuild.exe
Syntax: MLBuild.exe command [command [command ...]] project [options]
Where the project is a Multilizer project file (.mpr).
Commands: add, build, exchange, export, import, remove, scan, translate
Options: -q, -h
Example 1: Scan the project for a changes in target files, translate it by using the Translation Memory and build the localized versions.
MLBuild.exe scan translate build Project1.mpr
|
|