Ejemplo n.º 1
0
 /**
  * Sets the current locale
  * @param string $code The code of the locale
  * @return null
  */
 public function setCurrentLocale($code)
 {
     $this->localeManager->setCurrentLocale($code);
 }