We're working on an app that's localized only in the German language and want to add accessibility feature to it. Since the accessibilityLabel
s are in German, it would be great to always read it in German, regardless of what the user's default system language is.
I noticed one can set that with the accessibilityLanguage
property. But it needs to be set on each control repeatedly.
Is there any way to set the accessibility language once globally for every control in the app?