-
Notifications
You must be signed in to change notification settings - Fork 25.2k
iOS: Accessibility Language Support #30891
Copy link
Copy link
Closed
Labels
AccessibilityAccessibility Team - EvaluatedGood first issueInterested in collaborating? Take a stab at fixing one of these issues.Interested in collaborating? Take a stab at fixing one of these issues.Needs: Docs Website PRTo encourage the authors to create a website PR for documentation.To encourage the authors to create a website PR for documentation.Platform: iOSiOS applications.iOS applications.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Metadata
Metadata
Assignees
Labels
AccessibilityAccessibility Team - EvaluatedGood first issueInterested in collaborating? Take a stab at fixing one of these issues.Interested in collaborating? Take a stab at fixing one of these issues.Needs: Docs Website PRTo encourage the authors to create a website PR for documentation.To encourage the authors to create a website PR for documentation.Platform: iOSiOS applications.iOS applications.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Requires API Proposal
This issue may require a new API, or a change to an existing API. An API proposal should be added and discussed before proceeding with implementation. The API proposal can be added in the comments of this issue or linked as a separate issue.
Description
It should be possible to set a specific language for text to be read by VoiceOver. Text to be read is not always the same as the system-wide locale.
React Native version:
v0.63
Expected Behavior
There could be an attribute like "accessibilityLanguage = {...}" which would be set on an applicable type of text.
iOS Details
It seems feasible that the native accessibilityLanguage property could be bridged for applicable components.