How can I make multi-language website? in this url there is some information but it is not more clear about multilingual.
we want to build a multilingual site in php. where we have article, menu, book and many more table
all the table will have multilingual unlimited language, we will assign language in the database . and then the new language will show in the insert form like
Insert Article
tab-English / tab-France / tab-Bengali /....etc
I am thinking like this.
language
id_language
language_name
article - table
id_article
date
article_language
id_article_language
id_article
id_language
article_title
article_description
so when i enable a new language for a table then a tab will appear in the right and a query string will appear like ln=English so it will insert English language data in article.
Is any one have better idea how to mange this multilingual site.