website in two languages?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpmady
Forum Newbie
Posts: 3
Joined: Sat Mar 13, 2010 10:57 am

website in two languages?

Post by phpmady »

Hi,

I have build my CMS admin panel with two languages, for example adding seperate content for english and arabic.

for example in the table news

ID Language News_Title News_Content status

1 ENGLISH Obama Wins asfdsfsdaf 1
2 Arabic News in arbic arabic in News 2

so i have data with two languages...

Now i am very confused how to develop my cms regarding front end.

Initially i thought to develop my cms with 2 subdirectories ENGLISH and ARABIC, but i saw little difficulties in that, when am changing i want to make changes in another directory also, and if the language extends for french etc..it will be too tedious to meaintain i think so.

So I am looking for my seniors suggestion in this situation. I belive i wl get.

Thanks
Post Reply