different Languages in same page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
How can I display characters from different character sets on the same HTML
page?
How to simultaneously display multiple languages on the same page.

I am using div tag to display source and target languages in a same asp.net
page.
I have to open different source and target language side by side in same page.

It works properly when language is english but japanease and other languages
are not coming properly.

I used iFrame tag also and it was working fine it displays the languages
properly in the same page. but client side events are not available.

If there's anybody knowledgeable about this topic, preferably someone who
has implemented it before, please assist.

Thanks...
Varsha.
 
Varsha said:
How can I display characters from different character sets on the same HTML
page?
How to simultaneously display multiple languages on the same page.

I am using div tag to display source and target languages in a same asp.net
page.
I have to open different source and target language side by side in same page.

It works properly when language is english but japanease and other languages
are not coming properly.

I used iFrame tag also and it was working fine it displays the languages
properly in the same page. but client side events are not available.

If there's anybody knowledgeable about this topic, preferably someone who
has implemented it before, please assist.

So long as you specify a character encoding which can encode all the
characters you're interested in (UTF-8 is usually a good choice) it
should be fine.
 
Back
Top