Hi,
I try to get CultureInfo with country code. I'm using hostip.info for getting country code.
For example, "http://api.hostip.info/?ip=207.46.197.32&position=true" returns me "US" for country code or http://api.hostip.info/?ip=82.151.131.196&position=true returns "TR".
If I could have "en-US", "tr-TR", it's easy, but I can't have these culture names. I have country codes.
So is there any way to get CultureInfo with country codes or do you have any suggestion for getting CultureInfo with IP Address?