UIImage.SpeechAttributeLanguage Property

Definition

Gets a BCP-47 language code.

[Foundation.Field("UIAccessibilitySpeechAttributeLanguage", "UIKit")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSString SpeechAttributeLanguage { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.SpeechAttributeLanguage : Foundation.NSString

Property Value

A BCP-47 language code.

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to