Multiple language
Hello All,
I have to develop Z reports or Z smartforms.
Users login in English or Italy.
In program Heading of column maintain in English,
When Login through Italy it will automatic convert or I have to build the code like
if sy-langu = 'EN'.
Write :/ 'Total Company Code'.
elseif sy-langu = 'IT'.
Write :/ 'Total Clinte'.
endif.
Thaks in Advance
Regards
Amisha