GetSimple Support Forum

Full Version: When logging off from interface with changed language,
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there an option to get the GS admin login page to appear in set (different than EN) language?

When logging off from interface with changed language, the login page shows the language well, but when refreshing and going back, the login interface is back in English. - Any way to change this?
at the bottom of gsconfig.php:

Code:
# Set PHP locale
# http://php.net/manual/en/function.setlocale.php
#setlocale(LC_ALL, 'en_US');
setlocale(LC_ALL,'de_DE');
$LANG = 'de_DE';