1

I want to change Russian as input language but it doesn't work. Do you have any idea how i can do that?

Intent i5 = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
        
        i5.putExtra(RecognizerIntent.EXTRA_LANGUAGE_PREFERENCE, "ru-RU");
           i5.putExtra(RecognizerIntent.EXTRA_PROMPT, "Speak");
           startActivityForResult(i5, check);
ulas
  • 93
  • 2
  • 9
  • possible duplicate of [SpeechRecognizer with Google Search version 3.6.14.1337016 can't recognize other voice language except default](http://stackoverflow.com/questions/25417439/speechrecognizer-with-google-search-version-3-6-14-1337016-cant-recognize-other) – Nikolay Shmyrev Feb 27 '15 at 20:18
  • Thank you Mr Nikolay Shmyrev. – ulas Feb 27 '15 at 21:18

0 Answers0