Translates text.

Declaration Syntax
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)