I'm using Accessibility API in react-native, and I wish to change the language of screen readers like VoiceOver (iOS) and TalkBack (Android) when the user has changed the language.
Can someone please guide me with this?
PS: I've tried using accessibilityLanguage prop in react-native but it isn't working
Thanks in advance!