• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

Translating Unreal Engine Games

Meaning Less

Engaged Member
Sep 13, 2016
3,540
7,058
Unless the specific game already has an implemented feature for translations it isn't going to be easy like it is for unity or other engines.

Unreal engine is a lot harder to reverse engineer and modify unless the developer left the translation files easily accessible for you. My recommendation would be to contact the developer of the specific game you want to translate and ask for help.
 

TheExordick

Newbie
Sep 25, 2021
77
71
Meaning Less is right. Unreal engine works with localization in a very good way if it is planned from the beginning: every piece of text (that needs to be shown to the player) can be declarated as a particular type of variable (text) and all text variables are ready to be localized with some simple in-engine settings.

So unless you can put your hands on the original project file i fear you won't have much luck.
 
  • Like
Reactions: Hakuowlo