Pop\I18n\I18n::loadCurrentLanguage PHP 메소드

loadCurrentLanguage() 보호된 메소드

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