LCID Property (TagLocalizedProperty)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the locale for a tag property.
'Declaration
Public Property LCID As UInteger
'Usage
Dim instance As TagLocalizedProperty
Dim value As UInteger
instance.LCID = value
value = instance.LCID
public uint LCID {get; set;}