Neos\Flow\I18n\Configuration::setCurrentLocale PHP Method

setCurrentLocale() public method

Sets the current locale of this configuration.
public setCurrentLocale ( Locale $locale ) : void
$locale Locale
return void
    public function setCurrentLocale(Locale $locale)
    {
        $this->currentLocale = $locale;
    }