We are working on an application that is localized only in German and wants to add an accessibility feature to it. Since it accessibilityLabelis in German, it would be great to always read it in German, regardless of what the default system language is.
I noticed that you can set this using a property accessibilityLanguage. But it needs to be installed on each control several times.
Is there a way to set the accessibility language ever globally for each control in an application?
zavié source
share