Opc.Ua.Core
Translate Method (ITranslatableObject)



Opc.Ua Namespace > ITranslatableObject Interface : Translate Method
The manager which provides the translations.
The locales to use.
Returns a copy of the object with translateable strings replaced.
Syntax
'Declaration
 
Function Translate( _
   ByVal manager As ITranslationManager, _
   ByVal preferredLocales As IList(Of String) _
) As ITranslatableObject
'Usage
 
Dim instance As ITranslatableObject
Dim manager As ITranslationManager
Dim preferredLocales As IList(Of String)
Dim value As ITranslatableObject
 
value = instance.Translate(manager, preferredLocales)

Parameters

manager
The manager which provides the translations.
preferredLocales
The locales to use.

Return Value

A copy of the object
Remarks
The copy is not necessarily a deep copy and may reference components of the original object. The original object is not changed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ITranslatableObject Interface
ITranslatableObject Members