Android.Resource.Attribute.VoiceLanguage Field
If provided, this specifies the spoken language to be expected, and that it will be different than the one set in the Java.Util.Locale.Default.

Value: 16843349

Syntax

[Android.Runtime.Register("voiceLanguage")]
public const int VoiceLanguage

Remarks

If provided, this specifies the spoken language to be expected, and that it will be different than the one set in the Java.Util.Locale.Default.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

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