/**
  * Sets the locale.
  *
  * @param string $locale
  *
  * @api
  */
 public function setLocale($locale)
 {
     return parent::setLocale($locale);
 }