Dashboard went german

Permalink
Hi,
Recently my site admin section language switched to german out of the blue! I'm not sure if I changed anything in the code or what that caused this.
I checked
System & Setting > Basics > Languages
And it sets to English, even when I changed the language to another language, "Gemrman" remains as dashboard lamguage.
As investigating what is going on, I put this code on :
\concrete\src\Localization\Translator\Adapter\Zend\TranslatorAdapter.php: public function translate($text)
print_r($this->translator); dd();

And the result is something like this:
Zend\I18n\Translator\Translator Object
(
    [messages:protected] => Array
        (
            [default] => Array
                (
                    [de_DE] => Zend\I18n\Translator\TextDomain Object
                        (
                            [pluralRule:protected] => Zend\I18n\Translator\Plural\Rule Object
                                (
                                    [ast:protected] => Array
                                        (
                                            [id] => !=
                                            [arguments] => Array
                                                (

As you see the default language set to 'de_DE' and I don't know how to investigate any further from this point.
Can someone help me out here?

 
Herkool replied on at Permalink Reply
I figured it out. The default language for admin user set to German.