I need a way to obtain the information about user's iOS device country data from C# code. `CultureInfo.CurrentCulture.EnglishName` seems to always return "Invariant Country" value, which isn't very helpful.
And no, the language information is not enough. Information must be rich enough so I could tell about the country.
↧