Skip to Content
0
Former Member
Jun 12, 2007 at 11:12 AM

issue in script

23 Views

hi friends,

i have one doubt - i have a script and it has both EN and HU versions.

i have created few texts for both Hu and En laguages.

i should use them based on the selection-screen parameter p_langu while printing.

so in the script, do i need to write the code as:

include ....language HU for Hungary in HU version script and ........EN for EN script

OR

should code it as

if P_langu eq HU...

then include ....language 'HU' and

in the same way...include ....language EN when P_LANGU eq 'EN'

Please help me..

Thanks

Praveen