Sulu\Component\Content\Query\ContentQueryBuilder::setLocale PHP Méthode

setLocale() protected méthode

Configures translated properties to given locale.
protected setLocale ( string $locale )
$locale string
    protected function setLocale($locale)
    {
        $this->translatedProperties->setLanguage($locale);
    }