Change the accent in text to speech from English accent to Polish accent

Hi! I need to find out how to change the accent to Polish in text to speech because in the English accent it is impossible to understand Polish words. I want to thank you right away for your help, if I get it.

You can use the TextToSpeech component's Language property to specify the language of the text being spoken using its ISO language code. For polish, that would be pl (ref) although pol should also work. This is dependent on the TTS software on your device providing Polish pronunciations. If not, it will likely default to whatever the device default language is, or English in some cases.

2 Likes

Thanks! This working!