OPC Studio User's Guide and Reference
Locale Property (DASubscriptionAttribute)



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DASubscriptionAttribute Class : Locale Property
Gets or sets the language to be used by the server when returning values.
Syntax
'Declaration
 
Public Property Locale As Long
 
'Usage
 
Dim instance As DASubscriptionAttribute
Dim value As Long
 
instance.Locale = value
 
value = instance.Locale
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also