‎2009 Oct 07 7:46 AM
Hi,
I have a report which generates a string in different languages depending on the selection input.
I have translated the texts in method (for example text-t01) from original language EN to Chineese ZH.
When the user is logged into the system using EN language, I use SET LOCALE LANGUAGE ZH, then
I read the texts which are in Chineese which is correct, then I switch back to SET LOCALE LANGUAGE EN.
But the texts afterwards are still retrieved in Chineese language.
Thank you for the help!
Best Regards
‎2009 Oct 07 7:54 AM
Hi,
Once we translate the texts from source language EN to target language <anything>, then when we login to the client with that target language , the text will be seen in the target language only...if we login with EN it will show in English langugae...
either SE63 or from the menu->translation in se38(for programs).
Regards,
Nagaraj
‎2009 Oct 07 7:58 AM
‎2009 Oct 07 8:01 AM
Hi,
While switching back to EN, you can set as
SET LOCALE LANGUAGE SPACE
‎2009 Oct 07 10:36 AM
it doesn't work with set locale language space. In Debugger I can see the environment is set back to English from Chineese, but the text-t01 is still in Chineese language, when f. module is called again.
‎2009 Oct 07 3:09 PM
So if that works that strange way, maybe there is some method to retrieve the texts programmable?
So that I could put the language I want to use?
Edited by: Wojciech Walczak ITMAXI.COM on Oct 7, 2009 4:14 PM