/**
  * @param string $locale
  */
 public function setLocaleId($localeId)
 {
     parent::setLocaleId($localeId);
     if (!empty($this->path)) {
         $this->path->setLocale($localeId);
     }
 }