FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deGlobalizationItems..::..translateItemsUsingGoogle Method

Translates the items using google.

Namespace:  FlowWright.cDevDeAPI.Globalization
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool translateItemsUsingGoogle(
	string itemID,
	globalizationItemType oItemType,
	string sourceCulture,
	string targetCulture,
	Dictionary<string, string> oItems
)
Public Function translateItemsUsingGoogle ( _
	itemID As String, _
	oItemType As globalizationItemType, _
	sourceCulture As String, _
	targetCulture As String, _
	oItems As Dictionary(Of String, String) _
) As Boolean
public:
bool^ translateItemsUsingGoogle(
	String^ itemID, 
	globalizationItemType^ oItemType, 
	String^ sourceCulture, 
	String^ targetCulture, 
	Dictionary<String^, String^>^ oItems
)

Parameters

itemID
Type: String
The item identifier.
oItemType
Type: FlowWright.cDevDeAPI..::..globalizationItemType
Type of the o item.
sourceCulture
Type: String
The source culture.
targetCulture
Type: String
The target culture.
oItems
Type: Dictionary<(Of <(<'String, String>)>)>
The o items.

Return Value

true if XXXX, false otherwise.