VariationLabel.Language property

Returns the language of the VariationLabel.

Namespace:  Microsoft.SharePoint.Client.Publishing
Assembly:  Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property Language As String
    Get
'Usage
Dim instance As VariationLabel
Dim value As String

value = instance.Language
public string Language { get; }

Property value

Type: System.String
The language.

Remarks

This property affects which localized version of Site Template is used when creating a site for this VariationLabel.

See also

Reference

VariationLabel class

VariationLabel members

Microsoft.SharePoint.Client.Publishing namespace