Opc.Ua.Core
SelectLocalizedText Method



Opc.Ua Namespace > Utils Class : SelectLocalizedText Method
Returns the localized text from a list of available text
Syntax
'Declaration
 
Public Shared Function SelectLocalizedText( _
   ByVal localeIds As IList(Of String), _
   ByVal names As IList(Of LocalizedText), _
   ByVal defaultName As LocalizedText _
) As LocalizedText
'Usage
 
Dim localeIds As IList(Of String)
Dim names As IList(Of LocalizedText)
Dim defaultName As LocalizedText
Dim value As LocalizedText
 
value = Utils.SelectLocalizedText(localeIds, names, defaultName)

Parameters

localeIds
names
defaultName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members