Pop\I18n\I18n::loadCurrentLanguage PHP Méthode

loadCurrentLanguage() protected méthode

Get language content from the XML file.
protected loadCurrentLanguage ( ) : void
Résultat void
    protected function loadCurrentLanguage()
    {
        $this->loadFile(__DIR__ . '/Data/' . $this->language . '.xml');
    }