Neos\Neos\Controller\BackendUserTranslationTrait::initializeObject PHP 메소드

initializeObject() 보호된 메소드

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