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



Opc.Ua Namespace > TranslationInfo Class > TranslationInfo Constructor : TranslationInfo Constructor(String,String,String)
Creates an object from a key and a 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 TranslationInfo(key, locale, text)
public TranslationInfo( 
   string key,
   string locale,
   string text
)
public:
TranslationInfo( 
   String^ key,
   String^ locale,
   String^ text
)

Parameters

key
locale
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

TranslationInfo Class
TranslationInfo Members
Overload List