Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Translate<(Of <(TValue>)>) Method (uid, vid)
NamespacesGenesyslab.Desktop.Infrastructure.RebrandingRebrandingDictionaryTranslate<(Of <(TValue>)>)(String, String)
Translates text.
Declaration Syntax
C#Visual BasicVisual C++
public TValue Translate<TValue>(
	string uid,
	string vid
)
Public Function Translate(Of TValue) ( _
	uid As String, _
	vid As String _
) As TValue
public:
generic<typename TValue>
TValue Translate(
	String^ uid, 
	String^ vid
)
Generic Template Parameters
TValue
The type of the value.
Parameters
uid (String)
The unique id.
vid (String)
The value id.
Return Value
The translated text.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)