1、create a language folder for your country (appropriate folder names are in the format of: en_US, nl_NL, ru_RU, etc.)copy the .po files to the appropriate folder and then start editing Order of picking: if there is a cheatengine.po it will pick that, else cheatengine-x86_64.po and if that fails cheat
2、engine-i386.po the 32-bit version can work perfectly fine with the 64-bit po Same for the tutorialBy default it picks the system language, but you can overide this by adding -LANG langstr or -l langstr to the parameters of Cheat Engineediting po files.There are some po editing tools but you can also
3、 do it by handmsgid contains the original string and msgstr contains the translated string.If msgstr is empty the original string will be shownCertain strings are not present in the cheatengine.po file, but are present in lclstrconsts.poThe lclstrconsts.po file belongs to the LCL that the Cheat Engi
4、ne GUI is build uponCustom name for your translation:place a name.txt file in your translation folder and name it anything you like instead of the language codeCustom lua script for your translation:place an init.lua file in the translation folder and the code in there will be executed when CE start
5、s. You can use this to shift objects around or adjust anchors to make space for your text-example for dutchcreate the languagesnl_NL folder and move the .po files to therethen translate the .po filese.g:before:#: mainunit.rscheatenginemsgid Cheat Enginemsgstr after:#: mainunit.rscheatenginemsgid Cheat Enginemsgstr Valsspeel motor(This is just an example, please dont translate blindly like this.)to test you would run cheat engine with -LANG nl_NL