An app I am developing has settings to change a language inside. To put it simple, let's assume I use my phone in German and have set the app language to English. There's a slider with the accessibility trait "adjustable". The problem is that VoiceOver reads English mixed with German using an English voice. The whole message when the slider becomes focused is something like "Your slider. Chosen value: one. Einstellbar. Zum Anpassen des Werts mit einem Finger nach oben oder unten streichen."
I tried setting accessibiltyLanguage
and implementing my own gesture recognition of swipes. Nothing helped.
Do you know any solution?