0

i am facing a problem from last 3 days on wards, problem is in my menu item list is not showing in Arabic but content inside website is showing in Arabic what will be the issue........please solve this

http://image-dent.com/arabic/index.php
Arun
  • 97
  • 1
  • 1
  • 10

1 Answers1

0

Thid you set encoding well? I don't see in your page source where do you set encoding, but I do see:

<html lang="en">

I'm not familiar with that language/charset, but it does look suspicious to me.

Also, I don't see that you set UTF8 anywhere.

Try adding this inside your <head> tag:

<meta charset="utf-8" />
<meta http-equiv="content-language" content="ar" />
MilanG
  • 6,994
  • 2
  • 35
  • 64
  • what i have to add now..... – Arun Feb 13 '15 at 09:51
  • Hmm...open some popular arabic website...check out how they do set encoding from code (view page source). And when you save your files (html, php) make sure you save them in UTF8 NO BOM format. – MilanG Feb 13 '15 at 09:53
  • ok thanku....but i saved in UTF-8 only.... – Arun Feb 13 '15 at 09:53