• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/supportbox.php
  • Класс: BitrixImBotBotSupportBox
  • Вызов: SupportBox::getLangId
static function getLangId(): string
{
	static $langId;
	if ($langId === null)
	{
		$langId = Loc::getCurrentLang();
	}

	return $langId;
}