AppNotificationTextProperties.SetLanguage(String) Method

Definition

Sets a value specifying the language of the associated text.

public:
 virtual AppNotificationTextProperties ^ SetLanguage(Platform::String ^ value) = SetLanguage;
AppNotificationTextProperties SetLanguage(winrt::hstring const& value);
public AppNotificationTextProperties SetLanguage(string value);
function setLanguage(value)
Public Function SetLanguage (value As String) As AppNotificationTextProperties

Parameters

value
String

Platform::String

winrt::hstring

A string containg an IETF language tag specifying the language of the associated text.

Returns

Returns the AppNotificationTextProperties instance so that additional method calls can be chained.

Applies to