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

key
A key used to look up the text for different locales
locale
The locale for the text provides
text
The localized text

Glossary Item Box

Initializes the locale with a key, locale and text.

Syntax

Visual Basic (Usage)Copy Code
Dim key As String
Dim locale As String
Dim text As String
 
Dim instance As New LocalizedText(key, locale, text)
C# 
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.