Android.Speech.Tts.TextToSpeech.IsLanguageAvailable Method
Checks if the specified language as represented by the Locale is available and supported.

Syntax

[Android.Runtime.Register("isLanguageAvailable", "(Ljava/util/Locale;)I", "GetIsLanguageAvailable_Ljava_util_Locale_Handler")]
[return:Android.Runtime.GeneratedEnum]
public virtual LanguageAvailableResult IsLanguageAvailable (Java.Util.Locale loc)

Parameters

loc
The Locale describing the language to be used.

Returns

Documentation for this section has not yet been entered.

Remarks

Checks if the specified language as represented by the Locale is available and supported.

[Android Documentation]

Requirements

Namespace: Android.Speech.Tts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4