• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/infrastructure/formatcode.php
  • Класс: BitrixLocationInfrastructureFormatCode
  • Вызов: FormatCode::getRegion
static function getRegion(): string
{
	$region = Application::getInstance()->getLicense()->getRegion();

	return $region ?? LANGUAGE_ID;
}