Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
TranslateFormat Method (languageDictionary, id, target, parameters)
NamespacesGenesyslab.Desktop.InfrastructureExtensionsTranslateFormat(LanguageDictionary, String, String, array<Object>[]()[])
Gets the translate format using the language dictionary.
Declaration Syntax
C#Visual BasicVisual C++
public static string TranslateFormat(
	this LanguageDictionary languageDictionary,
	string id,
	string target,
	params Object[] parameters
)
<ExtensionAttribute> _
Public Shared Function TranslateFormat ( _
	languageDictionary As LanguageDictionary, _
	id As String, _
	target As String, _
	ParamArray parameters As Object() _
) As String
[ExtensionAttribute]
public:
static String^ TranslateFormat(
	LanguageDictionary^ languageDictionary, 
	String^ id, 
	String^ target, 
	... array<Object^>^ parameters
)
Parameters
languageDictionary (LanguageDictionary)
The language dictionary.
id (String)
The id.
target (String)
The target.
parameters (array< Object >[]()[])
The parameters.
Return Value
The translate format.

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