AppNotificationTextProperties.SetLanguage(String) Method
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.
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.