• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/preset/templates/audiocall.php
  • Класс: BitrixSenderPresetTemplatesAudioCall
  • Вызов: AudioCall::getCodeWithLang
static function getCodeWithLang($code)
{
	$lang = self::getLang();
	return $lang . '_' . $code;
}