112 if ($this->autocompleteReplacements ===
null)
114 $this->autocompleteReplacements = [];
116 $path = Context::getCurrent()->getServer()->getDocumentRoot()
117 .
'/bitrix/modules/location/lang/'
120 . strtolower($this->code)
121 .
'/autocompletereplacements.php';
123 if (File::isFileExists(
$path))
125 $this->autocompleteReplacements = StreamConverter::include(
$path, $languageId);
129 return $this->autocompleteReplacements;