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
How to develop multilingual website in php
Moderator: General Moderators
-
musammil123
- Forum Newbie
- Posts: 2
- Joined: Tue Mar 16, 2010 11:58 pm
Re: How to develop multilingual website in php
Are you requesting to be tutored?
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: How to develop multilingual website in php
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.
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
You could try typing your subject line, word for word, into google.musammil123 wrote:Please write all the code I need and design the back end for my website.