I am making an app where I want to detect the language of the current country that the iPhone is in. By this I don't mean the locale (which doesn't change if you're vacationing in a foreign country). Ex: If I live in the US and travel to Mexico, I want the detected language to be Spanish.
I am willing to use the GoogleMaps pod if necessary. Just wondering if there's an easier way built into the iOS frameworks. I see a lot of SO questions / answers using NSLocale but people warning that it's only for the phone setting.
p.s. I'm using Swift