How to change phpmyadmin language to english?
Solution 1:
on the first page of phpMyAdmin, you should have a dropdown list named Sprache - Language
in which you will be able to select English.
If not, maybe your phpMyAdmin is not installed with all languages built-in, then you should re-install with Synaptic or APT...
Solution 2:
You need to insert $cfg['lang'] ='';
in wamp/bin/apps/phpmyadmin..../config.inc.php
.
Solution 3:
It works for me as follows:
In config.inc.php, change value of Lang to en
$cfg['Lang'] = 'en';