.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.ITranslatableObject Interface Reference

An interface to a object that can translate itself. More...

Public Member Functions

ITranslatableObject Translate (ITranslationManager manager, IList< string > preferredLocales)
 Returns a copy of the object with translateable strings replaced. More...
 

Detailed Description

An interface to a object that can translate itself.

Member Function Documentation

ITranslatableObject UnifiedAutomation.UaBase.ITranslatableObject.Translate ( ITranslationManager  manager,
IList< string >  preferredLocales 
)

Returns a copy of the object with translateable strings replaced.

Parameters
managerThe manager which provides the translations.
preferredLocalesThe locales to use.
Returns
A copy of the object

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


The documentation for this interface was generated from the following file: