I have a web site I finished designing it in English and fully working.. how Can I transelate in Full to Arabic and it will be completely dircted for Arab in 2 versions arabic and english interface so they can write on it either in arabic or english .. is there any specifications needed in the servers i rented to host my website?... Help Please...
English website To Arabic version?
try google it
:-)
English website To Arabic version?
Try Google Translator:
http://translate.google.com/translate_t
English website To Arabic version?
I think this too will help it..
http://www.systranbox.com/systran/box
English website To Arabic version?
I would say that you should save an Arabic version of the text, i.e., have someone translate it.
http://info.template-help.com/files/OsCo...
http://www.otal.umd.edu/uupractice/non_e...
http://www.indiawebdevelopers.com/techno...
http://forums.devshed.com/scripts-94/mak...
http://www.c-sharpcorner.com/UploadFile/...
http://www.askbee.net/articles/php/Multi...
http://usability.about.com/od/typesofsit...
English website To Arabic version?
OH! You're talking about the UI design?
I used to develop multilingual web applications. I used to take this design issue into consideration right from the start.
What I did is that I had two stylesheets. One for the languages using Latin script and another one for the right to left languages like Hebrew & Arabic.
You see what will change mostly is the fonts and font sizes. You should also switch the direction to rtl like this in ur arabic stylesheet
body { direction:rtl; }
No special specifications are required on your host. You should do all the work yourself.
Hope this helps.