Altova RaptorXML+XBRL Server 2024

Syntax and description

The exportresourcestrings command outputs an XML file containing the resource strings of the RaptorXML+XBRL Server application in the specified language. Available export languages are English (en), German (de), Spanish (es), French (fr), and Japanese (ja).

 

raptorxmlxbrl exportresourcestrings [options] LanguageCode XMLOutputFile

raptorxmlxbrlserver exportresourcestrings [options] LanguageCode XMLOutputFile

 

The LanguageCode argument gives the language of the resource strings in the output XML file; this is the export language. Allowed export languages (with their language codes in parentheses) are: English (en), German, (de), Spanish (es), French (fr), and Japanese (ja).

The XMLOutputFile argument specifies the path and name of the output XML file.

The exportresourcestrings command can be called from either executable: raptorxmlxbrl or raptorxmlxbrlserver.

 

How to create localizations is described below.

 

 

Examples

Examples of the exportresourcestrings command:

 

raptorxmlxbrl exportresourcestrings de c:\Strings.xml

raptorxmlxbrlserver exportresourcestrings de c:\Strings.xml

 

The first command above creates a file called Strings.xml at c:\ that contains the resource strings of RaptorXML+XBRL Server in German.

The second command calls the server-executable to do the same thing as the first example.

 

Creating localized versions of RaptorXML+XBRL Server

You can create a localized version of RaptorXML+XBRL Server for any language of your choice. Five localized versions (English, German, Spanish, French, and Japanese) are already available in the C:\Program Files (x86)\Altova\RaptorXMLXBRLServer2024\bin folder, and therefore do not need to be created.

 

Create a localized version as follows:

 

1.Generate an XML file containing the resource strings by using the exportresourcestrings command (see command syntax above). The resource strings in this XML file will be one of the five supported languages: English (en), German (de), Spanish (es), French (fr), or Japanese (ja), according to the LanguageCode argument used with the command.

2.Translate the resource strings from one of the five supported languages into the target language. The resource strings are the contents of the <string> elements in the XML file. Do not translate variables in curly brackets, such as {option} or {product}.

3.Contact Altova Support to generate a localized RaptorXML+XBRL Server DLL file from your translated XML file.

4.After you receive your localized DLL file from Altova Support, save the DLL in the C:\Program Files (x86)\Altova\RaptorXMLXBRLServer2024\bin folder. Your DLL file will have a name of the form RaptorXMLXBRL2024_lc.dll. The _lc part of the name contains the language code. For example, in RaptorXMLXBRL2024_de.dll, the de part is the language code for German (Deutsch).

5.Run the setdeflang command to set your localized DLL file as the RaptorXML+XBRL Server application to use. For the argument of the setdeflang command, use the language code that is part of the DLL name.

 

Note:Altova RaptorXML+XBRL Server is delivered with support for five languages: English, German, Spanish, French, and Japanese. So you do not need to create a localized version of these languages. To set any of these languages as the default language, use RaptorXML+XBRL Server's setdeflang command.

© 2017-2023 Altova GmbH