SyndicationLink.ResourceLanguage Property
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.
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
The language of the resource.