Share via


LanguageSpecificContent.Languages property

Gets or sets the languages of the LanguageSpecificContent control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Languages As String
    Get
    Set
'Usage
Dim instance As LanguageSpecificContent
Dim value As String

value = instance.Languages

instance.Languages = value
public string Languages { get; set; }

Property value

Type: System.String
String
The languages of the LanguageSpecificContent control.

See also

Reference

LanguageSpecificContent class

LanguageSpecificContent members

Microsoft.SharePoint.WebControls namespace