Language Code is BN http://www.w3schools.com/tags/ref_language_codes.asp?output=print
I have tried to create a page that will be in Bengali But as output I get something ???????????
here is what I have tried
<!doctype html>
<html lang="bn">
<head>
<title > ডোমেইন সার্ভিস </title>
</head>
<body>
ডোমেইন সার্ভিস
</body>
</html>
Would you please let me know the steps I will need to create a page in Bengli.
The language code has nothing to do with the characters available to you. It is used for such things as screen reader pronunciation dictionary selection, search engine filtering and automated translation services.
To use the characters you want you need to:
Content-Type
HTTP response header. (Content-Type: text/html;charset=utf-8
). How you set this depend on which web server you are using and if you are doing any server side programming. You should, additionally, specify the encoding in the document itself via a meta element: <meta charset="utf-8">
.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With