cancel
Showing results for 
Search instead for 
Did you mean: 

Smart forms

Former Member
0 Kudos

Hi ,

I created a smartform. I need the text in it to be visible in chinese when I log with chinese language. How can that be possible.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

When you want output print in another language in SMARTFORM you should pass the language in NAST (if used) and in control parameter. Then you can see in language chosen in print preview.

Former Member
0 Kudos

Hi

Instead of doing all these methods ,there is a shortcut way to do this.

You have to place a condition and write a piece of code like



 if spras(launguage) = 'EN'.
   text = 'The current date os 25.07.08'. .
endif.

if launguage = 'ZH'.
  text =  ' u5F53u524Du65E5u671Fu662F 25.07.2008 '
endif.


FYI :Use freetranslation.com to convert the text into chinese or watver launguage.

Former Member
0 Kudos

Use T-Code SE63 to change the texts from one language to another language

SE63 --> Transalation --> R/3 Enter --> Other texts

Select Smartforms

Enter your smartforms name in CAPS

Change your Source & Traget Languages, then click on EDit

Former Member
0 Kudos

I tried as you both suggested. It is not working.

Former Member
0 Kudos

I think you will have to LOGIN in CHinese and input the text that needs to be appeared.

Please try the above method and see if it works. I think it should.

Shreekant