Instance Property インスタンスプロパティ

accessibilityLanguage

The language to use when speaking the accessibility element's label, value, and hint.

Declaration 宣言

var accessibilityLanguage: String? { get set }

Discussion 解説

The default value for this property is nil. If you don't set a language, the system uses the user’s current language setting.

If you need to set this property, be sure to use a language ID tag that follows the format in the BCP 47 specification.

See Also 参照

Defining Accessibility Text and Language