Multiple language - export/import
Posted: Mon Sep 22, 2014 3:10 pm
I have a problem importing a translated text file.
1) I added a new language (Index 1, Use Runtime).
2) I went to the Texts tab and exported a Text file, with the language box checked.
3) Translated the texts from English into other language.
4) Imported the file.
When I did this, all the English texts were overwritten, and the new language column is blank.
I think I did not format the text file properly, but I can't find documentation on how to format it.
Example:
Export the file - the text file has this format (one line, for example):
Screen1.Button2.Text,"Set Defaults",
After translation:
Screen1.Button2.Text,"xxx xxxx",
After import the English column for that text value shows "xxx xxxx" and the new language column is blank.
Did I format the translated text properly?
Should it be:
Screen1.Button2.Text,"xxx xxxx",
or
Screen1.Button2.Text,"Set Defaults", "xxx xxxx",
or
Screen1.Button2.Text,, "xxx xxxx",
or something else?
1) I added a new language (Index 1, Use Runtime).
2) I went to the Texts tab and exported a Text file, with the language box checked.
3) Translated the texts from English into other language.
4) Imported the file.
When I did this, all the English texts were overwritten, and the new language column is blank.
I think I did not format the text file properly, but I can't find documentation on how to format it.
Example:
Export the file - the text file has this format (one line, for example):
Screen1.Button2.Text,"Set Defaults",
After translation:
Screen1.Button2.Text,"xxx xxxx",
After import the English column for that text value shows "xxx xxxx" and the new language column is blank.
Did I format the translated text properly?
Should it be:
Screen1.Button2.Text,"xxx xxxx",
or
Screen1.Button2.Text,"Set Defaults", "xxx xxxx",
or
Screen1.Button2.Text,, "xxx xxxx",
or something else?