Create a Custom Language Resource JAR

To create a custom language resource JAR:

  1. Obtain the English product resource JAR, fuegoresources.jar, from the product installation location:

    <INSTALL>/<PRODUCT>/ext/fuegoresources.jar

  2. Unzip the fuegoresources.jar to a working directory, maintaining the internal directory structure of the JAR.

  3. Delete all extracted directories except the following and their subdirectories:

  4. Translate the properties files found in the directories that were not deleted.
    Caution:
    Do not alter any of the Java placeholders. Java placeholders begin with the % symbol.

  5. Edit ./META-INF/MANIFEST.MF.
    1. Change the Implementation-Vendor line from:

      Implementation-Vendor: Fuego Language Plug-in


      to:


      Implementation-Vendor: Fuego Runtime Language Plug-in
    2. Add a line for the plugin locale:

      Fuego-Plugin-Locale: xx


      Where
      xx is the two letter language code for the custom language.
       

  6. Build a JAR from the customized directory structure and properties files.

    Caution:
    Use the JAR creation tool that comes with the JDK. Other tools may create JARs that are not recognized by AquaLogic BPM.

  7. Name the JAR fuegoresourcesrt_xx.jar, where xx is the two letter language code for the custom language.

Related Topics: