Description
(Read/Write) This property identifies the locale, which may be used to localize strings returned
from the server. This property’s default depends on the value set in the OPCGroups Collection..
Syntax LocaleID
As
Example
Dim CurrentValue As Long
Set MyGroups = AnOPCServer.OPCGroups
Set OneGroup = MyGroups.ConnectPublicGroup ( “AnOPCGroupName” )
‘ some more code here
Set CurrentValue = OneGroup.LocaleID
VB Syntax Example (setting the property):
OneGroup.LocaleID = StringToLocaleID(“English”)
50