Neos\Neos\Domain\Model\UserPreferences::setInterfaceLanguage PHP Method

setInterfaceLanguage() public method

public setInterfaceLanguage ( string $localeIdentifier ) : void
$localeIdentifier string
return void
    public function setInterfaceLanguage($localeIdentifier)
    {
        $this->set('interfaceLanguage', $localeIdentifier);
    }