I want to create a website interface in Arabic .... how can I do this ... I need some plugin already installed on my hosting server or mylocalhost, how can I do this ... please give I need to know in detail ...
The key for you is Unicode - this is less of a problem with the hosting server, and another problem is that your web pages have the correct content encoding headers. PHP has a historical problem with internationalization and Unicode; You can read a few links before starting development:
You do not need anything extra to display the text, just support Unicode, which is built into modern browsers.
http://en.wikipedia.org/wiki/Unicode_and_HTML
, UTF-8 ( , ). , - Content-type ( ). , IDE UTF-8.
PHP UTF-8, , .
. .