EasyUA Reference
Translate Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ITranslatableObject Interface : Translate Method

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

Glossary Item Box

Returns a copy of the object with translateable strings replaced.

Syntax

Visual Basic (Usage)Copy Code
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.