Can Expo Speech support Arabic language if Yes, then how to implement

I have used expo speech for text-to-speech in our app I implement successfully but I have a problem I can’t set to the Arabic language. Kindly help me out

Hey @sherri, the Speech module supports any BCP 47 language code as indicated in the documentation!

Here’s a Snack I made that has Arabic Speech implemented: Arabic Speech - Snack

Cheers,
Adam

Sorry, your snack is not available anymore :frowning:

I did

import * as Speech from 'expo-speech'

Speech.speak('اَلسَّلَامُ عَلَيْكُمْ', { language: 'ar' })

Also I have tried ar_SA, ar_EG, Arabic – no one is working
For English and Russian it works…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.