TextPredictionGenerator.ResolvedLanguage Property

Definition

Gets the language tag of the successfully created TextPredictionGenerator object.

public:
 property Platform::String ^ ResolvedLanguage { Platform::String ^ get(); };
winrt::hstring ResolvedLanguage();
public string ResolvedLanguage { get; }
var string = textPredictionGenerator.resolvedLanguage;
Public ReadOnly Property ResolvedLanguage As String

Property Value

String

Platform::String

winrt::hstring

The BCP-47 language tag of the prediction generator.

Applies to