Adldap\Models\User::setLocale PHP Method

setLocale() public method

Sets the users locale.
public setLocale ( string $locale ) : User
$locale string
return User
    public function setLocale($locale)
    {
        return $this->setFirstAttribute($this->schema->locale(), $locale);
    }