TextPredictionGenerator(String) Constructor
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.
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.