/**
  * Returns all avaiable locales/languages from this adapter
  *
  * @return array
  */
 public function getList()
 {
     return $this->_adapter->getList();
 }