AdaptiveNotificationText.Language
AdaptiveNotificationText.Language
AdaptiveNotificationText.Language
AdaptiveNotificationText.Language
AdaptiveNotificationText.Language
Property
Definition
Gets or sets the language of the text content.
public : Platform::String Language { get; set; }
winrt::hstring Language();
void Language(winrt::hstring language);
public string Language { get; set; }
Public ReadWrite Property Language As string
var string = adaptiveNotificationText.language;
adaptiveNotificationText.language = string;
Property Value
string
string
string
The language of the text content. See the National Language Support (NLS) API Reference for a list of valid values.
Feedback
Loading feedback...