• Модуль: translate
  • Путь к файлу: ~/bitrix/modules/translate/lib/index/fileindexcollection.php
  • Класс: BitrixTranslateIndexFileIndexCollection
  • Вызов: FileIndexCollection::configure
static function configure()
{
	self::$documentRoot = rtrim(TranslateIOPath::tidy(MainApplication::getDocumentRoot()), '/');

	self::$enabledLanguages = TranslateConfig::getEnabledLanguages();
}