Hi,I am developing this adobe in SAP and basically this is a bill
printing. So the bill should be printed in what ever language the user
selects. and there are three Indian languages (Hindi, Gujarati, Marathi)
and the fourth one is English. so when they select Hindi lets assume the
field GW_LANG = 'H', Similarly for Gujarati it returns 'G'. so based on
what he selects, all the text in the form should be changes in to that
language. we have a tool to convert the text in SAP but i am facing the
pr...