Translation2::setLang()
Translation2::setLang() -- Set default lang
概要
require_once 'Translation2.php'; |
void Translation2::setLang (string $langID)
説明
Set the language that shall be used when retrieving strings.
パラメータ
- string
$langID language code (for instance, 'en' or 'it')
注意
この関数は、スタティックにコールする
ことはできません。