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



Opc.Ua Namespace > LocalizedText Class > LocalizedText Constructor : LocalizedText Constructor(String,String)
The locale code applicable for the specified text
The text to store
Initializes the object with a locale and text.
Syntax
'Declaration
 
Public Function New( _
   ByVal locale As String, _
   ByVal text As String _
)
'Usage
 
Dim locale As String
Dim text As String
 
Dim instance As New LocalizedText(locale, text)
public LocalizedText( 
   string locale,
   string text
)
public:
LocalizedText( 
   String^ locale,
   String^ text
)

Parameters

locale
The locale code applicable for the specified text
text
The text to store
Remarks
Initializes the object with a locale and 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