• Модуль: documentgenerator
  • Путь к файлу: ~/bitrix/modules/documentgenerator/lib/context.php
  • Класс: BitrixDocumentGeneratorContext
  • Вызов: Context::getCulture
public function getCulture(): Culture
{
	if(!$this->culture)
	{
		$this->culture = Application::getInstance()->getContext()->getCulture();
	}
	return $this->culture;
}