System.speech in Portuguese-Brazil [duplicate]

2

I wonder if using the System.speech I can use it in Portuguese - Brazilian.

My operating system is in the English language. I've already downloaded all the necessary packages, and if I put it in English (en-US), my program works perfectly! I can ask questions and get answers for the script I've developed. However, if I switch to Portuguese (pt-BR), I get the error " No identifier of the required ID found. Parameter name: culture "

static CultureInfo ci = new CultureInfo("pt-BR");

I currently set the language for this line. So back to the main question: Is it possible to use the Portuguese language in System.speech?

    
asked by anonymous 22.02.2018 / 23:03

0 answers