CLI Reference > Server Administration Commands > im importtranslations
  
im importtranslations
imports all the available translations for the administrative objects such as Fields, Test Result Fields, Types, and States for the display name and description attributes.
Synopsis
im importtranslations [--user=name] [--password=password] [--hostname=server] [--port=number ] [--inputFile==value]
Description
im importtranslations imports all the available translations for administrative objects such as Fields, Test Result Fields, Types, and States for the display name and description attributes.
The following is an example of the command that imports the translations for which the input file is located at D:\Import\Importtranslations.xml
im importtranslations --hostname=localhost --port=7001 --inputFile=D:\Import\Importtranslations.xml
For more information on the tags and subtags for importtranslations, see the Windchill RV&S Help Center.
Options
This command takes the universal options available to all im commands, as well as some general options. See the options reference page for descriptions.
--inputFile
specifies the name of the XML file which contains the translations to be imported.
See Also
Commands: im exporttranslations
Miscellaneous: options