Example #1
0
 public static function LoadLocale($locale)
 {
     if (!@(include __ARMORYDIRECTORY__ . '/includes/locales/admin_locale_' . $locale . '.php')) {
         die('Unable to load locale ' . $locale . ': file does not exists!');
     }
     self::$template_locale = $ArmoryAdminLocale;
     return true;
 }