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);