exportresourcestrings
Purpose
Outputs an XML file containing the resource strings of FlowForce Server. It takes two arguments: (i) the language of the resource strings in the output XML file, and (ii) the path and name of the output XML file. Valid export languages (with their language codes in parentheses) are: English (en), German, (de), Spanish (es), and Japanese (ja).
Syntax
FlowForceServer exportresourcestrings Language XMLOutput |
|
Arguments
Language | Specifies the language of resource strings in the exported XML file. |
XMLOutput | Specifies the location and name of the exported XML file. |
Example
This command creates a file called Strings.xml at c:\ that contains all the resource strings of the FlowForce Server application in English.
FlowForceServer exportresourcestrings en c:\Strings.xml |