Change the interface language of phpMyAdmin permanently
-
Open the file
/Library/Application Support/appsolute/MAMP PRO/phpMyAdmin/config.inc.phpin a text editor. -
Search for the following line:
// $cfg['lang'] = 'en-iso-8859-1'; -
Remove the comment characters (
//) at the beginning of the line and change the assignment value tonl(for example, for Dutch):$cfg['lang'] = 'nl'; -
Save and close the file.
-
Open phpMyAdmin. The interface language is now Dutch.