exportresourcestrings
This command exports the resource strings of FlowForce Server to an XML file. The command takes two arguments:
•The language of the resource strings
•The path and name of the output XML file
You can export resource strings in the following languages: English (en), German (de), Spanish (es), and Japanese (ja).
Syntax
flowforceserver exportresourcestrings language xmloutput |
Note: On Linux systems, use an all-lowercase flowforceserver to call the executable. |
Arguments
Argument | Description |
---|---|
language | Specifies the language of resource strings. The following languages are supported: en, de, es, and ja. |
xmloutput | Specifies the location and name of the target XML file. |
Options
In the command line, options can be used with one or two dashes.
Option | Description |
---|---|
--h, --help | Use this option to receive information about the command. |
Example
The command below exports the resource strings of FlowForce Server in English to the following file: C:\Strings.xml.
flowforceserver exportresourcestrings en C:\Strings.xml |