Closed (fixed)
Project:
Geocoder
Version:
8.x-4.21
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2024 at 10:24 UTC
Updated:
9 Jun 2025 at 10:49 UTC
Jump to comment: Most recent
The autocomplete ajax call to the geocoder API is always in the default interface language of the site.
On multilingual sites, the autocomplete will always be in the same language because the call to the geocoder API does not take into account the current language prefix. The current language of the geocoder API route is used as locale.
Please note that autocomplete functionality is broken in 8.x-4.21, see #3418576: Autocomplete JS not working. If you are using this version of geocoder, this patch is needed to make this work.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
grietdk commentedComment #5
itamair commentedThanks. Implemented in both in 8.x-4.23 and 8.x-3.47 ...