FlowWright.cDevDeAPI Namespace
FlowWright.cDevDeAPI.Globalization Namespace
FlowWright.cDevDecisionEngine Namespace

deGlobalization..::..translateUsingGoogle Method (IEnumerable<(Of <(<'String>)>)>, String, String, String)

Translates the using google.

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

Syntax


public IList<TranslationResult> translateUsingGoogle(
	IEnumerable<string> sourceItems,
	string sourceCulture,
	string targetCulture,
	string apiKey
)
Public Function translateUsingGoogle ( _
	sourceItems As IEnumerable(Of String), _
	sourceCulture As String, _
	targetCulture As String, _
	apiKey As String _
) As IList(Of TranslationResult)
public:
IList<TranslationResult^>^ translateUsingGoogle(
	IEnumerable<String^>^ sourceItems, 
	String^ sourceCulture, 
	String^ targetCulture, 
	String^ apiKey
)

Parameters

sourceItems
Type: IEnumerable<(Of <(<'String>)>)>
The source items.
sourceCulture
Type: String
The source culture.
targetCulture
Type: String
The target culture.
apiKey
Type: String
The API key.

Return Value

IList<TranslationResult>.