Frozennode\Administrator\AdministratorServiceProvider::setLocale PHP Méthode

setLocale() public méthode

Sets the locale if it exists in the session and also exists in the locales option.
public setLocale ( )
    public function setLocale()
    {
        if ($locale = $this->app->session->get('administrator_locale')) {
            $this->app->setLocale($locale);
        }
    }
AdministratorServiceProvider