コード例 #1
0
ファイル: Translate.php プロジェクト: renatosoares/blog-zend1
 /**
  * Is the wished language avaiable ?
  *
  * @param  string|Zend_Locale  $locale  Is the locale/language avaiable
  * @return boolean
  */
 public function isAvailable($locale)
 {
     return $this->_adapter->isAvailable($locale);
 }