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

key
locale
text
args

Glossary Item Box

Formats the text with the arguments using the specified locale.

Syntax

Visual Basic (Usage)Copy Code
Dim key As String
Dim locale As String
Dim text As String
Dim args() As Object
 
Dim instance As New LocalizedText(key, locale, text, args)
C# 
public LocalizedText( 
   string key,
   string locale,
   string text,
   params object[] args
)

Parameters

key
locale
text
args

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.