예제 #1
0
 protected function loadLang()
 {
     $sLang = 'ru';
     $sFilePath = INSTALL_DIR . DIRECTORY_SEPARATOR . 'frontend' . DIRECTORY_SEPARATOR . 'i18n' . DIRECTORY_SEPARATOR . $sLang . '.php';
     if (file_exists($sFilePath)) {
         self::$aLangMsg = (require $sFilePath);
     }
 }