Checking a visitor's geographical location in a Django app
- by cool-RR
I am making a multilingual Django website. I want the site to check from which country the user is accessing the website, and according to that decide which language to use.
What would be a good tool to use for that?