• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/notify.php
  • Класс: BitrixSaleNotify
  • Вызов: Notify::getOrderLanguageId
static function getOrderLanguageId(Order $order)
{
	$siteData = MainSiteTable::GetById($order->getSiteId())->fetch();
	return $siteData['LANGUAGE_ID'];
}