Arabic Language and French language problem

epiz_25971206

horuseyeguide.epizy.com


Arabic language show as ???
And also the french language didn’t view probably with some ???
I don’t what is the problem… It’s not in the code and it works fine in my localhost so, what is the problem?
Thank You…

Hello there,

If your site is just a basic HTML webpage then you try inserting this head tag (<head>) in your html file:

<meta charset="utf-8">
2 Likes

It contains it in all the pages

Sorry but what did you mean exactly?

That the is in all the pages

That The meta tag is in all pages

Please be specific. Your website works fine for me, All English language.

Hi there. Did you implement the html language tags?

If not, then write this on the second line before other html codes:

1. For Arabic:

<html lang=“ar”>

2. For French:

<html lang=“fr”>

May this code helps you. Happy Coding!

In Arabic and English after logging in as a visitor

In your HTML file, change this tag < html lang=“Eng” > to < html lang=‘en-US’ >

Find this tag < meta charset=“utf-8” >, change it to < meta http-equiv=“Content-Type” content=“text/html;charset=UTF-8” >

Remove those spaces after the < and before >.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.