TextPredictionGenerator(String) Constructor

Definition

Constructs a TextPredictionGenerator object based on a specific BCP-47 language tag.

public:
 TextPredictionGenerator(Platform::String ^ languageTag);
 TextPredictionGenerator(winrt::hstring const& languageTag);
public TextPredictionGenerator(string languageTag);
function TextPredictionGenerator(languageTag)
Public Sub New (languageTag As String)

Parameters

languageTag
String

Platform::String

winrt::hstring

The BCP-47 language tag of the language in which the words are to be projected. Only Japanese ("ja") is supported.

Applies to