QuickOPC User's Guide and Reference
Locale Property (DASubscriptionAttribute)



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
public long Locale {get; set;}
public:
property int64 Locale {
   int64 get();
   void set (    int64 value);
}
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