Category Archives: phpMyAdmin

phpMyAdmin – Set default language

I don’t know why my newly installed phpMyAdmin selects simplified chinese as default. I hate simplified chinese. And now i figure out how to set the default language.

If you want to enforce a specific language, append the following line in the config.inc.php

$cfg['Lang'] = 'en-utf-8'; // Force this language for all users

Continue reading phpMyAdmin – Set default language