Translate Strings Offline

You can translate your modified strings offline. To translate your strings offline, export them, add the necessary translations, and then import them back into the application.

Export Strings

  1. Create and activate a sandbox.

  2. Click Navigator > Configuration > User Interface Text.

  3. Click the Export tab.

  4. Select the source language for the text you want to export for translation.

  5. Click Export and download the file with all the modified strings that have been published as well as those that are in the current sandbox.

Translate Strings

  1. Extract the .zip file you downloaded, and open the .xlf file inside it using a text editor of your choice.

  2. Locate the strings you want to edit. You can find these strings inside <source> and </source>.

  3. Replace the <target/> tag following the </source> tag with the translation you need. The translated string should be inside <target> and </target>.

    Let's look at an example of an English to Spanish translation.

    <source>All Receipts</Source>
    <target>Todos los Recibos</target>
  4. Save the file when you're done.

  5. Compress the translated .xlf file into a .zip file.

Import Translated Strings

  1. Click Navigator > Configuration > User Interface Text.

  2. Click the Import tab.

  3. Select the target language you want to import the translated strings to.

  4. Click Browse and select the .zip file you want to import.

  5. Click Import.

Note: After importing your strings, test your text changes inside the sandbox. Publish the sandbox to apply your changes to the application.