I am trying to bring a UWP App to Xbox and I am having troubles in Dev Mode when I run the app on the Console. My app uses the built in speech recognition libraries using grammar files (Windows.Media.SpeechRecognition.SpeechRecognizer - I am not using MS Cognitive Services... yet).
When I try to initialize my SpeechRecognizer, it throws an exception due to the fact that Windows.Media.SpeechRecognition.SpeechRecognizer.systemSpeechLanguage is null.
According to this article, that occurs when a speech language is not installed.
https://msdn.microsoft.com/library/windows/apps/dn653252
So, does that mean I'm out of luck on Xbox One? Can a language be installed? The Kinect obviously handles speech so not sure what I'm missing, or what MS does not allow devs to use currently.