Change language of screen reader in react native

133 Views Asked by At

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!

0

There are 0 best solutions below