Service to detect both country and language

Hello everyone! I’m trying to create an application that detects from which country the user access the app and offer them the content in the language of that country.

I have no problems with location APIs that return country, city, continent, even flag and currency like here https://www.abstractapi.com/ip-geolocation-api, but not language.

Maybe, you know services returning bout location and language.
Thanks!

If you search for IP Geolocation API at least 3 of the top results have an API with languages. I didn’t look much but “ipstack” looked pretty good with both country code, the name of the language in English, and the native name of the language. It has 10.000 requests/mo for the free plan.

languages: Object {}
  code: "da"
  name: "Danish"
  native: ""Dansk""
1 Like