3 references to Locale
Microsoft.Maui.Essentials (3)
TextToSpeech\TextToSpeech.uwp.cs (3)
32 if (!string.IsNullOrWhiteSpace(options?.Locale?.Id)) 34 var voiceInfo = SpeechSynthesizer.AllVoices.FirstOrDefault(v => v.Id == options.Locale.Id) ?? SpeechSynthesizer.DefaultVoice; 77 var locale = options?.Locale?.Language ?? SpeechSynthesizer.DefaultVoice.Language;