• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/format.php
  • Класс: BitrixLocationEntityFormat
  • Вызов: Format::setLanguageId
public function setLanguageId(string $languageId): Format
{
	$this->languageId = $languageId;
	return $this;
}