Translation2::getLangs

Translation2::getLangs() – 言語情報を取得する

Synopsis

require_once 'Translation2.php';

array Translation2::getLangs ( string $format = 'name' )

Description

言語に関する追加情報 (フルネーム、その言語用のエラー文字列、そのコード、...) を取得します。

Parameter

string $format

['ids', 'names', 'array']

Note

This function can not be called statically.