/**
  * 'ru:core:default'
  *
  * @param $key
  */
 public static function loadLexicon($key)
 {
     if (!self::$modx->lexicon) {
         self::$modx->getService('lexicon', 'modLexicon');
     }
     self::$modx->lexicon->load($key);
 }