RecognizerIntent.ExtraLanguage Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional IETF language tag (as defined by BCP 47), for example "en-US".
[Android.Runtime.Register("EXTRA_LANGUAGE")]
public const string ExtraLanguage;
[<Android.Runtime.Register("EXTRA_LANGUAGE")>]
val mutable ExtraLanguage : string
Field Value
- Attributes
Remarks
Optional IETF language tag (as defined by BCP 47), for example "en-US". This tag informs the recognizer to perform speech recognition in a language different than the one set in the java.util.Locale#getDefault()
.
Java documentation for android.speech.RecognizerIntent.EXTRA_LANGUAGE
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.