EasyUA Reference
TranslationInfo Constructor(String,String,String)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TranslationInfo Class > TranslationInfo Constructor : TranslationInfo Constructor(String,String,String)

key
locale
text

Glossary Item Box

Creates an object from a key and a text.

Syntax

Visual Basic (Usage)Copy Code
Dim key As String
Dim locale As String
Dim text As String
 
Dim instance As New TranslationInfo(key, locale, text)
C# 
public TranslationInfo( 
   string key,
   string locale,
   string text
)

Parameters

key
locale
text

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.