• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/supportbox.php
  • Класс: BitrixImBotBotSupportBox
  • Вызов: SupportBox::onAppLang
static function onAppLang($command, $lang = null): array
{
	if ($command === MixinCOMMAND_ADD_QUESTION)
	{
		return self::getSupportQuestionAppLang($lang);
	}

	return [];
}