Gets or sets the language to be used by the server when returning values.
Syntax
public long Locale {get; set;}
'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