1. If I click the "Strings in source" button, TsiLang extracts all strings from the source code and showing the list.
But Korean text is shown broken. Broken text is inputted to the source code as it is. So I cannot build the source code and I cannot read text from Translation Editor. (Please see the linked image)
2. In the C++Builder, Unicode text must be entered with "L" in front of it.
ex) L"Unicode text"
But when text is replaced to GetTextOrDefault() function, only "" is replaced except for 'L'.
If TsiLang component name is "siLang", this is replaced like this,
L"ABCDEFG" -> LsiLang("IDS_01")
I will appreciate it if you fix these problems ASAP.
Thank you.
