TermStore.Languages property

Gets an integer collection of LCIDs.

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

Syntax

'Declaration
Public ReadOnly Property Languages As IEnumerable(Of Integer)
    Get
'Usage
Dim instance As TermStore
Dim value As IEnumerable(Of Integer)

value = instance.Languages
public IEnumerable<int> Languages { get; }

Property value

Type: System.Collections.Generic.IEnumerable<Int32>
An integer collection of LCIDs which are the working languages for this TermStore

See also

Reference

TermStore class

TermStore members

Microsoft.SharePoint.Client.Taxonomy namespace