TextPredictionGenerator.LanguageAvailableButNotInstalled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the language tag specified is available for generating predictions, but is not installed on the user's device.
public:
property bool LanguageAvailableButNotInstalled { bool get(); };
bool LanguageAvailableButNotInstalled();
public bool LanguageAvailableButNotInstalled { get; }
var boolean = textPredictionGenerator.languageAvailableButNotInstalled;
Public ReadOnly Property LanguageAvailableButNotInstalled As Boolean
Property Value
Boolean
bool
true if the language is available but not installed.