• Модуль: fileman
  • Путь к файлу: ~/bitrix/modules/fileman/classes/general/code_editor.php
  • Класс: CCodeEditor
  • Вызов: CCodeEditor::GetLangMessage
static function GetLangMessage()
{
	/*
	$langPath = $_SERVER['DOCUMENT_ROOT'].'/bitrix/modules/fileman/lang/'.LANGUAGE_ID.'/classes/general/code_editor_js.php';
	if(file_exists($langPath))
		include($langPath);
	else
		$langPath = $_SERVER['DOCUMENT_ROOT'].'/bitrix/modules/fileman/lang/en/classes/general/code_editor_js.php';
	*/
	$MESS = BitrixMainLocalizationLoc::loadLanguageFile($_SERVER["DOCUMENT_ROOT"].'/bitrix/modules/fileman/classes/general/code_editor_js.php');

	echo CUtil::PhpToJSObject($MESS);
}