Ezilon.com - Target Your Audience, be Seen in Your Region

multilanguage site

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 53 posts

Joined: Oct 2005

Hello all!

I want to construct a multi-language site. I have my data stored in a database and I wanted to know if there is a way of me knowing which language the user sees. Imagine having a little flag on top of the page and when tha users presses it, he/she will see the data in english or in german or in greek etc... How can I keep track of the language though? If, for example, tha user selects ENGLISH in index.html, and then browses through the entire site, how can I know in every page, that I must retrieve the english data from my database?

Thank you!

They have: 222 posts

Joined: Sep 1999

You could set a session variable to hold the language, and then display the content based on the variable.

pr0gr4mm3r's picture
ModeratorSponsor

He has: 575 posts

Joined: Sep 2006

Probably the easiest way to learn would be to look at a script like OSCommerce and see how they handle internationalization.