TextPredictionGenerator.LanguageAvailableButNotInstalled Property

Definition

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.

Applies to