Hi all,
i am using the following function :
myCountry = system.getPreference( "locale", "country" ):lower():sub(1,2)
I am a french people in France using an iphone, and the return is well " fr" for me.
I have a user based in india, using an old android, and the return is well " in" for him.
the pb is that i have a real viet people based in vietnam using an android, and the return for him is " us" instead of " vn"…
So what is the “country” returned by this function ?
The country where the phone has been bought ? …
How can i have the real country of the user ?
thanks 