コード例 #1
0
ファイル: locale.php プロジェクト: vosaan/ankor.local
 /**
  * The function returns language name by its code.
  * 
  * @static
  * @access public
  * @param string $code The language code.
  * @return string The name.
  */
 public static function getName($code)
 {
     return ISO_Language::getInstance()->get($code);
 }