I'm trying to find the device brand to get device country and carrier, for example 000-HK to get Hong Kong or TIM for Italy (the same values that I can see within Extras and Infos app)
How I can do it? I've tried a library that reads registry files but I can't submit the app because I can't use that APIs
My project is a Windows Phone Silverlight with c#
Note: I don't need the SIM operator or the actual phone language
EDIT: I don't need the actual position of the user or the SIM operator, but the phone brand and carrier that sell the phone, for example the Lumia Icon should return that's an american phone with Verizon as brand
string val = Microsoft.Phone.Info.DeviceExtendedProperties.GetValue("OriginalMobileOperatorName") as string;
//I wanted this value...