|
Create new Language in a JAR File |
Use this command to create a new language folder and files in an existing JAR file.
Catalyst /MakeLang TTKName:FName Sourcelang:Lang_code Targetlang:Lang_Code [ezLogFile:ezLogFile] [/write] [/open]
/MakeLang |
Make a language within a JAR file |
TTKName:FName |
Parameter used to specify the name of a TTK file. |
TargetLang:Lang_code |
Parameter used to specify the new Target Language. See section on Language Codes. |
Sourcelang:Lang_code |
Parameter used to specify the new Source Language. See section on Language Codes. |
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. |
The JAR file is scanned for all source language files that adhere to the WFC 1766 standard. These files are copied and given an equivalent target language file extension and then stored within the appropriate language folder in the JAR file. |
Create a new source and target language pair in the JAR file contained in the Nirvana.ttk project.
Catalyst /MakeLang TTKName:C:\Samples\Nirvana.ttk SourceLang:"English (United States)" TargetLang:"German (Germany)" /open