Localization the Interface

The Localization files is being placed in “Unreal Engine\4.0\Engine\Content\Localization\Editor”.

And in this path the “zh” folder contains everything you need for localizing the UE4 User Interface.

Just edit the Editor.archive with a text editor, such as Notepad++.

In Editor.archive, you can find something like:

        "Namespace": "A3Nodes",
        "Children": 
            {
                "Source":
                {
                    "Text": "AddBlendListPin"
                },
                "Translation":
                {
                    "Text": "?????????"
                }
            },

This is the translation table, you just need to fill all of the empty “Text:”.

[Ma La Ge Bi]

  Make our Chinese post threads in English, and my reader also read English. Not support Chinese.

???
[Ma La Ge Bi]

Cannot post Chinese characters?
Let me try :
???

你打的怎么全部是? 问号。。。

用Notepad++打开全是乱码,怎么解决

编码问题 Character Encoding | Unreal Engine Documentation

谢谢楼上的帮忙解答。