Share via


TextConversionGenerator.ResolvedLanguage Property

Definition

Gets the language tag of the successfully created TextConversionGenerator object.

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

Property Value

String

Platform::String

winrt::hstring

The BCP-47 language tag of the conversion generator.

Applies to