MenaraSolutions\Geographer\Traits\HasManager::setLocale PHP Method

setLocale() public method

public setLocale ( string $locale )
$locale string
    public function setLocale($locale)
    {
        $this->manager->setLocale($locale);
        return $this;
    }