Phpmyadmin: Language does not change in 4.8.0.1

Created on 6 May 2018  路  2Comments  路  Source: phpmyadmin/phpmyadmin

Steps to reproduce

Installed 4.8.0.1

Expected behaviour

The language should be as set in $cfg['Lang'] = 'en';

Actual behaviour

All settings according PhpMyAdmin Language Documentation are ignored. My Windows has German localization and PMA uses the German texts.

Server configuration

Operating system:
SLES 12.3

Web server:
Apache 2

Database:
MySQL 5.7.21

PHP version:
7.0.7

phpMyAdmin version:
4.8.0.1

Client configuration

Browser:
IE, Chrome, FF

Operating system:
Windows Server 2012 R2

bug

Most helpful comment

Yep, I implemented it locally on my phpMyAdmin copy and it works!

All 2 comments

Confirmed on branch master at revision : https://github.com/phpmyadmin/phpmyadmin/commit/bb9fc5d6e970c7a72d8888175074121816cd7792

//not working
$cfg['DefaultLang']
//also not working
$cfg['Lang']

PR sent.
Error : Accessing globals that are not accessible yet, see common.inc.php

Yep, I implemented it locally on my phpMyAdmin copy and it works!

Was this page helpful?
0 / 5 - 0 ratings