SpeechRecognizer object doesn't have any "language" parameter in its construct. The solution is to specify the language while constructing the SpeechConfig object. It has speech_recognition_language parameter to specify the language. Pass the instantiated SpeechConfig object while constructing the SpeechRecognizer object.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@cagrimunyas Thanks for the question. We will update you shortly.
@cagrimunyas Thanks for the feedback. Please follow the below document for SpeechRecognizer constructors added in 1.9.0.
https://docs.microsoft.com/en-us/dotnet/api/microsoft.cognitiveservices.speech.speechrecognizer.-ctor?view=azure-dotnet#Microsoft_CognitiveServices_Speech_SpeechRecognizer__ctor_Microsoft_CognitiveServices_Speech_SpeechConfig_System_String_Microsoft_CognitiveServices_Speech_Audio_AudioConfig_



@cagrimunyas
We will now proceed to close this thread. If there are further questions regarding this matter, please respond here and @YutongTie-MSFT and we will gladly continue the discussion.