I have a website in English, it is translated in many languages already (Spanish, french, German...), and i wanna translate it in Arabic, everytime i have a word in English i use a function like this i18n(MyEnglishWord) and the i18n function look up in an arabic.inc that contains a list of English words translated in Arabic such as: $this = "ÙÙÙÙ"; $house ="ØØÙØ";
etc... that works Ok but the problem is that Arabic reads from right to left so i need to redo my php and html code. is there a way to do this easily or is there any method I should know of to ease my task? thanx in advance -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php