|
|
Get Project Language |
|
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)
Catalyst /GetLangs TTKName:FName [OutputFile:Name] [/open]
|
/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. |
|
/open |
Launches MS Notepad and displays the content of CatalystBatchLog.txt when the ezScript command finishes. |
Query the Project TTK file c:\English\TTKFile.ttk and store the source and target language names in a file called C\Project\langs.txt.
Catalyst /GetLangs TTKName:C:\English\TTKFile.ttk OutputFile:"C:\Project\langs.txt"