I want to use GeoIP to detect and set language using user's IP AND redirect user to the default path for content in detected language. Content has translation, languages and prefixes to paths.
Changing languages in language drop down list after turning on Path prefixes with GeoIP fallback in languages-configure changes menu translation but doesnt show translation of content node.
Functions geoip_country_code() returns right value for my IP's country, but the redirection doesnt happen.
Is there a way to test, detect the point where process fails? Any suggestion how to make language detection work are welcomed.
Thanks!

Comments

Salma_Taher’s picture

Version: 6.x-1.4 » 7.x-1.x-dev

i have same problem but in version 7.15, is there any way to fix this ?
Thanks in advance

revnoah’s picture

Thank you for reporting this bug, it would greatly affect what I'm about to do. I was about to use this module but after seeing how slow issues are being dealt with, I'm just going to use a standard php library from github.

chris_car’s picture

@revnoah which library from github can you recommend? Thanks!