diff --git a/lib/private/Settings/Personal/PersonalInfo.php b/lib/private/Settings/Personal/PersonalInfo.php index 8c1c8cb19b810fa5b567b35a784410a719349bf6..98991ce6d40a423249131f45a4fb2f8eebd489f4 100644 --- a/lib/private/Settings/Personal/PersonalInfo.php +++ b/lib/private/Settings/Personal/PersonalInfo.php @@ -227,7 +227,7 @@ class PersonalInfo implements ISettings { $uid = $user->getUID(); - $userLocaleString = $this->config->getUserValue($uid, 'core', 'locale', 'en_US'); + $userLocaleString = $this->config->getUserValue($uid, 'core', 'locale', $this->l10nFactory->findLocale()); $userLang = $this->config->getUserValue($uid, 'core', 'lang', $this->l10nFactory->findLanguage());