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

locale
textId
defaultText
args

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("Replaced by the overrideable methods on Translate(IList<string>, LocalizedText, TranslationInfo)")>
Protected Overridable Function GetTextForLocale( _
   ByVal locale As String, _
   ByVal textId As String, _
   ByVal defaultText As String, _
   ByVal ParamArray args() As Object _
) As String
C# 
[ObsoleteAttribute("Replaced by the overrideable methods on Translate(IList<string>, LocalizedText, TranslationInfo)")]
protected virtual string GetTextForLocale( 
   string locale,
   string textId,
   string defaultText,
   params object[] args
)

Parameters

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