Skip to content
Media 0 for listing Advanced Localization Tool

Description

Documentation: [Documentation] 【Englishdocument】

Discord Support: Discord QQ群: 785689421


Runable Package: [LocalizationToolDemo]

Example Project: [LocalizationToolExample]


Demo Video: [You To Be] [bilibili]

Simple tutorial video: [YouToBe] [bilibili]

This plugin already exists in the Advanced UI system and is a great example of using the localizer plugin, so check it out if you need it.


If the plugin works well for you then please be sure to leave a review letting us know what you liked about it.


This plugin introduces a simpler way to localize games in Unreal Engine by just writing a CSV file and placing it in the specified path of the project. No more tedious operations such as collecting, compiling, translating, etc. through the engine localization tool. Everything is configured in the CSV file.


Everything the plugin does is based on FText's localization scheme: string tables. So FText localization support will not be changed, but the localization data is not a localization dashboard and *.po files, but imported from a CSV file containing keys and values ​​for each supported language.


This is a good solution for independent game developers or small teams who only need localized text support and need an easy-to-use and change format to support localization.


It is also suitable for medium and large teams, which will reduce the time to customize tools.


You only need to configure it once, and then keep editing your CSV file to achieve multi-language support.


The plugin will remember the language you used last time by default.

Included formats

  • logo of Unreal Engine format