VariationLabel.Locale property
Returns the locale of the VariationLabel.
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property Locale As String
Get
'Usage
Dim instance As VariationLabel
Dim value As String
value = instance.Locale
public string Locale { get; }
Property value
Type: System.String
The locale.
Remarks
This property affects the locale value set on the Site ([Microsoft.SharePoint.Client.Web]) when creating the Site for this VariationLabel.