Example #1
0
 /**
  * Sets the actual language, can differ from the set locale
  *
  * @param string $language - Language to set
  */
 public function setLanguage($language)
 {
     return $this->_adapter->setLanguage($language);
 }