Makelang creates a new language segment within an existing Win32s executable. This is a new resource segment that can then be used to store translated resources. Initially this segment will be copied from the original language segment of the Win32s executable, however the segment will be marked with the specified language code.

Syntax

Catalyst /Makelang lang:LanguageCode filename [, filename1 [,...]] to:DestinationFolder [ezLogFile:ezLogFile] [/write] [/open]

Parameters

/Makelang

Create a new language segment

/lang

Language code that signifies the language segment to create

to:DestinationFolder

Folder in which to store the output file containing the new language segment.

filename, filename1

List of Win32s executables

ezLogFile:ezLogFile

The user can optionally specify a log file to which results of each Catalyst ezScript command are output.

If the log file is not specified by the user or is invalid, the default log file (ezScriptBatchLog.txt in the Public location) is used.

/write

The command line which has been processed by Catalyst will be written into the ezScript batch log file.

This will help to debug your command if something is not behaving as expected.

/open

Launches MS Notepad and displays the content of ezScript batch log when the command finishes.

Examples

Catalyst /Makelang lang:"French (France)" File1.exe File2.exe to:"C:\Project 1"