Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
OnTranslate Method (uid, vid, defaultValue, type)
NamespacesGenesyslab.Desktop.Infrastructure.LocalizationXmlLanguageDictionaryOnTranslate(String, String, Object, Type)
Translates text.
Declaration Syntax
C#Visual BasicVisual C++
protected override Object OnTranslate(
	string uid,
	string vid,
	Object defaultValue,
	Type type
)
Protected Overrides Function OnTranslate ( _
	uid As String, _
	vid As String, _
	defaultValue As Object, _
	type As Type _
) As Object
protected:
virtual Object^ OnTranslate(
	String^ uid, 
	String^ vid, 
	Object^ defaultValue, 
	Type^ type
) override
Parameters
uid (String)
The unique id.
vid (String)
The value id.
defaultValue (Object)
The default value.
type (Type)
The type.
Return Value
The translated text.

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