How to enforce my browse

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
AboAyoob

How to enforce my browse

Post by AboAyoob »

I translate my CMS admin Control panel to ARABIC and you now that language files are independent and called by define syntax
I'm using Arabic encoding windows-1256 , Right to Left
My translation worked fine,
But each time I run my CMS , I should change my browser encoding to view Arabic characters

1- In which files should I define my language encoding? To be charset=windows-1256

2- How to enforce my browse to use selected language type

Such as, I want my browser always use Arabic encoding, charset=windows-1256 with my CMS
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: How to enforce my browse

Post by Ted »

CMSMS 0.11 is designed to be UTF-8, however there are ways around this.

1. Obviously (which you've already done), set the encoding in your arabic admin/lang/*.nls.php file.
2. In config.php, set both the default_encoding and admin_encoding to windows-1256.
3. Clear the cache in Site Admin->Global Settings

That should fix any problems you are having.
Locked

Return to “CMSMS Core”