different Languages in same page

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.
 
J

Jon Skeet [C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top