JoliTypo\Fixer\Hyphen::setLocale PHP Method

setLocale() public method

public setLocale ( $locale )
$locale
    public function setLocale($locale)
    {
        $this->hyphenator = Hyphenator::factory(null, $this->fixLocale($locale));
        $this->setOptions();
    }