Have you looked at the following Codex page?
Codex: WordPress in Your Language
Thread Starter
AeleaS
(@aeleas)
before i didn’t to all this !
and i’m not good in this
is there any thing else can i do
Thread Starter
AeleaS
(@aeleas)
I do what in the site wrote
created folder call language and put inside it the ar.mo file and change the wp-cong
now it’s arabic but still the problem not solved !
when i write arabic and send it ((publish)) it show like this (( ???????))
what to do now ?
It could be a character encoding issue. Check wp-config.php. You should see a line like this:
define('DB_CHARSET', 'utf8');
If not, add it.
I’ve had others tell me the plugin Convert WP Database to UTF-8 has helped when Arabic displays as ?????.
It’s not clear to me if this is a new install or if you have content from your previous install. This happens sometimes when moving to a newer version of MySQL. Never the less, do back up your data (content) first if there is any from your previous install.