I\'m looking to see if there is any way to tell what country version of the play store a user has on their android phone.
Basically I want to turn off In-App Purchasin
I'm not sure about programmatically checking their google account country, but if you want to target specific regions, you can do that within the Google Play Developer console.
Geographic targetting
Google Play Instructions for determining country
Even if it isn't a program/code answer, I hope this solves your problem much more easily than having to figure that out in your application.