# External Tools

Within the tab Miscellaneous (Misc.), external tools can be launched. The three integrated external tools are the Plugin Creation Wizard, the Plugin Activation Wizard and the Language Translation File Creator.

Screenshot: The Miscellaneous Tab

The Miscellaneous Tab

  • The Plugin Creation Wizard is an external tool to create the stub for a new plugin. All characteristics, like input and output ports, events and properties can be defined. As output, a java-class and all necessary files for an ARE plugin will be created. The figure below shows a screenshot of the tool.

    Screenshot: The Plugin Creation Wizard

    The Plugin Creation Wizard

  • The Plugin Activation Wizard is an external tool to create bundle files (describing the interface of a plugin) and configuration files for the ARE. Therefore, the source code folder of the ARE will be scanned. The figure below shows a screenshot of the tool.

    Screenshot: Plugin Activation Wizard

    Plugin Activation Wizard

  • The Create Language Translation File opens another external tool for creating language translation files for the properties (as shown in the figure below). This tool scans the bundle file and lists all properties in a text file, which can be extended with the translation for any language. This text file will be loaded at startup of the ACS, so also the components now have multi language support. After selecting a bundle file, the destination file has to be set. If the destination file (a language translation file) already exists, it can be chosen, if the file should be overwritten or integrated into an existing language file. The Constants are strings, occurring in each plugin. By using the constants, they just must be translated once. All other strings must be translated in the created textfile, where all strings, ending with equal to (=) must be translated. Example:
    Frequency=
    Amplitude=
    When the translation is finished, the language file must be copied to the lang subfolder within the ACS folder (if the file isn’t there already). The file must be named as the supported languages of the ACS. At the moment, en-GB, de-AT, es-ES and pl-PL are supported. Furthermore, the file must have the ending .txt. For the German language file, it would look like de-AT.txt.

    Screenshot: Language File Creator

    Language File Creator