LeagueWrap\Api\Staticdata::setLocale PHP Method

setLocale() public method

Sets the locale the data should be returned in. Null returns the default local for that region.
public setLocale ( string $locale )
$locale string
    public function setLocale($locale)
    {
        $this->locale = $locale;
        return $this;
    }