Hello. I've made a Russian translation for T.P.T., but the cyrillic element names and descriptions are not rendering correctly because they are probably interpreted as being in Latin-1 encoding, but my local russian save names have no such problem. I wonder how can I edit the code so element names and descriptions are rendered using the same method as the save names, i. e. in Unicode?
"\x0F\xEF\xEF\020Click-and-drag to specify an area to create a stamp (right click = cancel)"
would turn into ByteString("\x0F\xC3\xAF\xC3\xAF\020Click-and-drag to specify an area to create a stamp (right click = cancel)").FromUtf8()
(and would then be translated).It works, thank you so much! God bless you! :)