Hi, you can use HEX editor, you must edit *.dat file in decompile res.
in file is language created from address and string. For the current language is first all address and then all strings in right order.
each string have address from 4 byte, first is length, and other is start address from back
Example:
address text
09 00 3E 00 Polish pl
3 2 1
length is 9 byte, address is 003E0 + offset
next address is 003E0 + 9 = 003E9 -
11 90 3E 00
length is 11 byte, address is 003E9 + offset
View attachment 7223
View attachment 7224