uaPLUS Reference
GetText Method
See Also  Send Feedback
Opc.Ua.Server Namespace > ResourceManager Class : GetText Method

preferredLocales
textId
defaultText
args

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("Replaced by the overrideable ITranslationManager methods.")>
Public Function GetText( _
   ByVal preferredLocales As IList(Of String), _
   ByVal textId As String, _
   ByVal defaultText As String, _
   ByVal ParamArray args() As Object _
) As LocalizedText
C# 
[ObsoleteAttribute("Replaced by the overrideable ITranslationManager methods.")]
public LocalizedText GetText( 
   IList<string> preferredLocales,
   string textId,
   string defaultText,
   params object[] args
)

Parameters

preferredLocales
textId
defaultText
args

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.