Neos\Neos\Controller\BackendUserTranslationTrait::initializeObject PHP Method

initializeObject() protected method

Set the locale according to the user settings
protected initializeObject ( ) : void
return void
    protected function initializeObject()
    {
        $this->_localizationService->getConfiguration()->setCurrentLocale(new Locale($this->_userService->getInterfaceLanguage()));
    }
BackendUserTranslationTrait