asu23 Posted November 25, 2009 Share Posted November 25, 2009 Hi, My name is Asutosh. We have develop a website in PHP and mySQL, out goal was make this website in bilingual. After we developed, now we are facing to make it bilingual. We want to add two language apart from English, 1. Arabic 2. french. Can anyone suggest me, how I can make this changes. Please send or reply me on my mail ID. Regards Asutosh roy (E-Mail address blocked: See forum rules) Link to comment https://forums.phpfreaks.com/topic/182902-need-help-for-bilingual-website/ Share on other sites More sharing options...
dgoosens Posted November 25, 2009 Share Posted November 25, 2009 1. make sure that everything is in UNICODE (scripts, headers, database...) 2. for Arabic, remember that it is a RTL language... if you designed your website correctly, it should not be hard to make the needed adaptations within the CSS (otherwise, you have a lot of work !) 3. next, there are quite a few ways to make a website multilingual. duplicate DB tables, duplicate DB columns, some frameworks offer a translate() function (Zend Framework at least) etc. etc. Link to comment https://forums.phpfreaks.com/topic/182902-need-help-for-bilingual-website/#findComment-965392 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.