1 implementation of GetLocalesAsync
Microsoft.Maui.Essentials (1)
TextToSpeech\TextToSpeech.shared.cs (1)
153
public Task<IEnumerable<Locale>>
GetLocalesAsync
() =>
2 references to GetLocalesAsync
Microsoft.Maui.Essentials (2)
TextToSpeech\TextToSpeech.shared.cs (2)
42
Default.
GetLocalesAsync
();
234
/// <remarks>The <see cref="Locale.Language"/> property should match a <see cref="Locale.Language"/> value returned by <see cref="ITextToSpeech.
GetLocalesAsync
"/>.</remarks>