TaxonomyWebTaggingControl.Language Property
Gets or sets the LCID repesenting 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