TaxonomyWebTaggingControl.Language property
Gets or sets the LCID representing the language this control will validate against.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property Language As Integer
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Integer
value = instance.Language
instance.Language = value
public int Language { get; set; }
Property value
Type: System.Int32
LCID of language this control is using
See also
Reference
TaxonomyWebTaggingControl class