using Windows.Globalization.PhoneNumberFormatting; PhoneNumberFormatter currentFormatter, NZFormatter; public MainPage() { this.InitializeComponent(); // Use the default formatter for the current region this.currentFormatter = new PhoneNumberFormatter(); // Create an explicit formatter for New Zealand....