Page 1 of 1

How to develop multilingual website in php

Posted: Thu Apr 29, 2010 3:27 am
by musammil123
Hello ,
I want to develop the website in two languages English, Tamil. The Labels, Text, Titles should be changed based on the language selection. Please explain with the example scripts and databases.

Note : When I surfed in internet I got idea by using UTF-8 we can achive it . Please explain clearly.
Thanks

MOHAMED

Re: How to develop multilingual website in php

Posted: Thu Apr 29, 2010 11:44 am
by Benjamin
Are you requesting to be tutored?

Re: How to develop multilingual website in php

Posted: Thu Apr 29, 2010 8:13 pm
by Jonah Bron
Here's a simplified approach:

Have a database table with columns ID, English, and Tamil. The language columns have the text for a certain spot. Then, just populate it with stuff, like a label, a paragraph, etc. Then, instead of having static text in a spot, call the database and extract the right column, depending on the language chosen by the user.

Re: How to develop multilingual website in php

Posted: Sat May 01, 2010 5:21 pm
by phu
musammil123 wrote:Please write all the code I need and design the back end for my website.
You could try typing your subject line, word for word, into google. :wink: