Hi every one, I want to populate a JSP in different languages dynamically . How can i do that? Can anyone help ? Thanks in advance. Sunil.
marko markovic
Greenhorn
Joined: Mar 16, 2001
Posts: 28
posted
0
Hi, the best method i think is to do it with XML files. -Create xml files for the different languages -parse the files - put it i your Js Pages $Regards
vaibhav punekar
Ranch Hand
Joined: Jan 20, 2001
Posts: 134
posted
0
I think you can use XML and XSLT.Using this you can create templates to display dynamic matter.I ven't worked on this but I know this is one of the way.It is given in Professinal JSP book refer case studies from Chap.13.It is somewhere there.