When exporting your localizable content out of eclypse, you may choose "Zip Archive" as your delivery option. When the export process completes, all of the files are compressed and bundled within a zip file. You then drop the resulting zip archive to the folder of your choosing. Zip Archive interface looks like this.



Dynamic Archive Path

You must provide a dynamic archive location for this delivery to work correctly. The archive path will be created within the zip file as the process runs.

  • If the provided path is not unique and clashes with another file, only the last file during the export process will remain.
  • In order to create a unique path, use one or more dynamic variables in your path. See the accepted variables here.
  • The path should start with forward slash ( / ) character.


Examples

/{key}/{file_name}_{locale_id}.{file_extension}

/{project_name}/L10N/Assets/{key}/{language_tag}.{file_extension}

/PersonalProject/i18n/AllKeys/{file_name}/{language_tag}.{file_extension}

 


See Also

Dynamic File Paths

Locale in Java

IETF BCP 47 language tag