Knowledge Base

Documentation to help you use the POEditor localization platform effectively

Unreal Engine localization

Owner

Localize Unreal Engine PO files using the localization management platform POEditor following the steps below.

To get started, log in to your POEditor account (if you don't have one, you can create one for free here) and create a project.

1. Localization project setup

Start setting up your project by adding the source and target languages to it.

Then, import the source PO file exported from Unreal Engine to your project, using the Import functionality in the project page. The msgids from your .po file will be imported as the project's terms.

Import Terms page - POEditor translation management system

If your msgids are keys and not the strings in the source language, use the option Also import translations to a language to add the source strings from msgstr to the source language in your POEditor project (they will be imported as translations). Then set this language as Default Reference Language in the project's settings.

Other import options are available, such as integrations with Git hosting services or API import, which allow you to automate the process of importing strings to the localization project.

After importing the source strings to the project, you can start assigning people to your project.

Users who should be able to manage the project terms should be added as admins, while those whose access should be limited to specific languages can be added as contributors.

2. Translation options for your Unreal-exported .po files

There are multiple translation options you can choose from to get the strings from your source file localized:

3. How to export localized Unreal Engine .po file strings

Whenever you wish, you can export the localized .po files using the Export functionality in the Translation pages.

If you want to include a validation step in your localization process, you can make use of the proofreading option. The proofread flag can be used as a filter for all export options.

Export proofread strings for Unreal Engine- POEditor Localization Platform

To automate the export step of the localization process, consider using the POEditor API or one of the integrations with code hosting platforms.

All the export options are described here, and best practices for syncing your translations with the localization files on your repos can be found here.

Additional help

Related articles