1 write to Language
Microsoft.Maui.Essentials (1)
TextToSpeech\TextToSpeech.shared.cs (1)
219
Language
= language;
3 references to Language
Microsoft.Maui.Essentials (3)
TextToSpeech\TextToSpeech.shared.cs (2)
234
/// <remarks>The <see cref="Locale.
Language
"/> property should match a <see cref="Locale.
Language
"/> value returned by <see cref="ITextToSpeech.GetLocalesAsync"/>.</remarks>
TextToSpeech\TextToSpeech.uwp.cs (1)
77
var locale = options?.Locale?.
Language
?? SpeechSynthesizer.DefaultVoice.Language;