FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormInstance..::..translateItemsUsingAzure Method

Translates the items using azure.

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

Syntax


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

Parameters

oItems
Type: Dictionary<(Of <(<'String, String>)>)>
The o items.
sourceCulture
Type: String
The source culture.
targetCulture
Type: String
The target culture.

Return Value

true if XXXX, false otherwise.