require_once __DIR__ . '/vendor/autoload.php';
// or
$language_pack = (new \PHPAuth\PHPAuthLocalization('fr_FR'))->use();
// or
$language_pack = (new \PHPAuth\PHPAuthLocalization('fr_FR'))->use($pdo, 'custom_localization_table');
// use
var_dump($l);
// or
$config = new \PHPAuth\Config($pdo, null, \PHPAuth\Config::CONFIG_TYPE_SQL);
$config = $config->setLocalization( (new \PHPAuth\PHPAuthLocalization('ru_RU'))->use() );
$auth = new \PHPAuth\Auth($pdo, $config);
-
Notifications
You must be signed in to change notification settings - Fork 3
PHPAuth custom languages
PHPAuth/PHPAuth.l10n
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
PHPAuth custom languages