Determines the source and target languages of a Project TTK file. The results are stored in a text file with the following format:-

source, target

1033, 3081

English (United States), English (Australia)

Syntax

Catalyst /GetLangs TTKName:FName OutputFile:Name [ezLogFile:ezLogFile] [/write] [/open]

Parameters

/GetLangs

Get Project Languages

TTKName:FName

Parameter used to specify the name of a TTK file.

OutputFile:Name

Parameter used to specify the name that will contain the source and target languages.

If no OutputFile is specified, the output goes to the console and to batchlog (ezLogFile).

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.

 

 

/GetStats will by default print the results to the console and the batchlog.
Using the OutputFile option will print to the defined file instead.

 

Examples

Catalyst /GetLangs TTKName:C:\English\TTKFile.ttk OutputFile:"C:\Project\langs.txt"