Share via


NavigationTermSet.Lcid property

Gets the language code identifier (LCID) that is used when accessing the multilingual properties of TermSet object or the Term object.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Lcid As Integer
    Get
'Usage
Dim instance As NavigationTermSet
Dim value As Integer

value = instance.Lcid
public abstract int Lcid { get; }

Property value

Type: System.Int32
For an editable NavigationTermSet object, this property returns the underlying WorkingLanguage property.

See also

Reference

NavigationTermSet class

NavigationTermSet members

Microsoft.SharePoint.Publishing.Navigation namespace