SyndicationLink.ResourceLanguage Property

Definition

Gets or sets the language of the resource pointed to by the Uri property. This property represents the hreflang attribute on atom:link. It must adhere to the pattern defined by .

public:
 property Platform::String ^ ResourceLanguage { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ResourceLanguage();

void ResourceLanguage(winrt::hstring value);
public string ResourceLanguage { get; set; }
var string = syndicationLink.resourceLanguage;
syndicationLink.resourceLanguage = string;
Public Property ResourceLanguage As String

Property Value

String

Platform::String

winrt::hstring

The language of the resource.

Applies to