I am using joomla as CMS. Simultaneously, I would like to use UFT - 8 Mangal Font . Can some body help on how I can use this font while designing.

In order to use foreign languages you have to place the charset of that page to whatever charset your language requires. If your language is UTF-8. You have to place the following line between the \

<head>
….
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
….
</head>

To change the CHARSET on JOOMLA, I believe you must edit the language files. I most likely certain, that if you open the language file, you can change the charset to utf-8
charset=utf-8

So try finding the langage file and change charset. Make sure your DATABASE has that charset as well!

Good Luck

TrackBack URI | RSS feed for comments on this post

One Response

  1. Mohamed.Mansour

    2009 Aug 05 1

    In order to use foreign languages you have to place the charset of that page to whatever charset your language requires. If your language is UTF-8. You have to place the following line between the \

    <head>
    ….
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    ….
    </head>

    To change the CHARSET on JOOMLA, I believe you must edit the language files. I most likely certain, that if you open the language file, you can change the charset to utf-8
    charset=utf-8

    So try finding the langage file and change charset. Make sure your DATABASE has that charset as well!

    Good Luck
    References :


Leave a reply