This is my Code in SpeakButton :
var txty = txtToSpeech.Text;
CrossTextToSpeech.Current.Speak(txty);
and this is my xaml code :
Label Text="Say hello Batman" x:Name="txtToSpeech"
this works just for english language, and when i try to write something in another language (German) it will be spoken in english !
do you know how to change the language ?! i searched everywhere and i found nothing !