コード例 #1
0
ファイル: xoopslists.php プロジェクト: ming-hai/XoopsCore
 /**
  * gets list of locale folders inside default language directory
  *
  * @param boolean $showInCodeLanguage true to show a code's name in the language the code represents
  *
  * @return array
  */
 public static function getLocaleList($showInCodeLanguage = false)
 {
     return \Xoops\Core\Lists\Locale::getList($showInCodeLanguage);
 }