I have all the languages localization texts (including Japanese) in fields, one for each language. All appairs OK.
When I get a chunk of the text from a field and put it into another field all appears OK:
Code: Select all
set the unicodeText of the field test to the unicodeText of item 2 of line 4 of field japanese
Obviously, when you try to do this with a variable, this don't work:
Code: Select all
set the unicodeText of myVariable to the unicodeText of item 2 of line 4 of field japanese ##Don't work, pseudo code
set the unicodeText of the field test to unicodeText of myVariable