111 if($this->autocompleteReplacements ===
null)
113 $this->autocompleteReplacements = [];
116 .
'/bitrix/modules/location/lang/'
119 . strtolower($this->code)
120 .
'/autocompletereplacements.php';
122 if (File::isFileExists($path))
124 $this->autocompleteReplacements = StreamConverter::include($path, $languageId);
128 return $this->autocompleteReplacements;