Sulu\Component\Content\Query\ContentQueryBuilder::setLocale PHP Method

setLocale() protected method

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