//SpSharedRecoContext RC = new SpSharedRecoContext(); foreach (ISpeechObjectToken t in RC.Recognizer.GetRecognizers(string.Empty, string.Empty)) { string a = t.GetDescription(0); if (a == "Microsoft Japanese Recognizer v5.1") { //I want to put the code that change the current language recognition here } comboBox1.Items.Add(a); }