Opc.Ua.Core
LocalizedText Constructor(String,String,String)



Opc.Ua Namespace > LocalizedText Class > LocalizedText Constructor : LocalizedText Constructor(String,String,String)
A key used to look up the text for different locales
The locale for the text provides
The localized text
Initializes the locale with a key, locale and text.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal locale As String, _
   ByVal text As String _
)
'Usage
 
Dim key As String
Dim locale As String
Dim text As String
 
Dim instance As New LocalizedText(key, locale, text)
public LocalizedText( 
   string key,
   string locale,
   string text
)
public:
LocalizedText( 
   String^ key,
   String^ locale,
   String^ text
)

Parameters

key
A key used to look up the text for different locales
locale
The locale for the text provides
text
The localized text
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

LocalizedText Class
LocalizedText Members
Overload List