I have install LAMP in my Ubuntu 12.04 but the language of phpmyadmin is German instead of English. So I want to change this language to English. Please tell me the right procedure to change language.
I have install LAMP in my Ubuntu 12.04 but the language of phpmyadmin is German instead of English. So I want to change this language to English. Please tell me the right procedure to change language.
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...
It works for me as follows:
In config.inc.php, change value of Lang to en
You need to insert
$cfg['lang'] ='';
inwamp/bin/apps/phpmyadmin..../config.inc.php
.