language parameter is not working properly
12:01 04 Jun 2026

I am sending the request like this

https://maps.googleapis.com/maps/api/geocode/json?latlng={lat},{lng}&language=en&key={GOOGLE_MAPS_API_KEY}

I am getting the result in English most of the time, but in some cases, I am getting the result in Hindi. Why is this happening, and what is the solution to ensure I always get the result in English?

google-geocoding-api