php myadmin in the wrong language

A

Anonymous

Guest
Hi,
My phpMyAdmin is written in German although my XAMPP is in English. This happens whether I open it in Google Chrome or Internet Explorer. I have only just downloaded XAMPP on my laptop. Anyone have any suggestions as to why this is happening or a solution to convert phpMyAdmin to English?
Thanks
 
try :

in config.inc.php in the top-level directory, set

$cfg['DefaultLang'] = 'en-utf-8'; // Language if no other language is recognized
// or
$cfg['Lang'] = 'en-utf-8'; // Force this language for all users
 
Ok thank-you. Would I find the config.inc.php in the phpMyAdmin folder in the htdocs folder?
Thanks again!
 
Back
Top