Forum Moderators: phranque

Message Too Old, No Replies

same content, multilingual interface

multilingual interface

         

zozzen

12:36 pm on Oct 31, 2007 (gmt 0)

10+ Year Member



Hi,

If i want to make a multi-lingual interface for the same content on my website, how can i do it wisely?

The only way i know is to use <iframe> or set a frame, and make a lot of multi-lingual pages for every content. It seems that it's quite inefficient to do it.

In this website, they seem to make different multi-lingual website with the same content. Could anyone give me some hints about how it could be done?
[childrenslibrary.org...]

Thanks a lot for your help!

ebby

12:50 pm on Oct 31, 2007 (gmt 0)

10+ Year Member



One option would be to have a div for each language with the visibility or display set to false or none. Then you could have a button on the page to activate its visibility and turn the current language div off.

zozzen

2:04 pm on Nov 1, 2007 (gmt 0)

10+ Year Member



Thanks.... I even didn't know I could turn off a CSS layer.

There's too much to learn to make a website these days. :P