Knowledge Base

Documentation to help you use the POEditor localization platform effectively

How to export all the languages from a project

Owner Admin

You can download all the languages from a localization project in multiple ways.

Export all languages with the API

To export the localized strings from all the languages in your POEditor project with the API, you first have to use the languages / list method. Then, for each language, you need to send a request containing the project ID, language code and format to the export endpoint.

Export all languages with GitHub, GitLab, Bitbucket or Azure DevOps integration

If your project is integrated with a code hosting platform, you can also export all the languages at once.

One way to do this is to select all the linked project languages and press the Export button at the bottom of the integration page.

You can also create a webhook with the export_terms_and_translations operation for each linked language and put them in a script that would run them all at the same time.

Export all languages with the Backups feature

Exporting all the languages in a localization project to a ZIP file is also possible. This can be achieved by using the the Backups feature, either manually or automatically (by integrating a storage service provider).

Additional help

Related articles