Translates the specified source text.
Namespace:
FlowWright.cDevDeAPI.Globalization
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public AzureTranslationResult[] translateUsingAzure(
Object[] body,
string sourceCulture,
string targetCulture
)
Public Function translateUsingAzure ( _
body As Object(), _
sourceCulture As String, _
targetCulture As String _
) As AzureTranslationResult()
public:
array<AzureTranslationResult^>^ translateUsingAzure(
array<Object^>^ body,
String^ sourceCulture,
String^ targetCulture
)
Parameters
- body
- Type: array<Object>[]()[][]
- sourceCulture
- Type: String
The source culture.
- targetCulture
- Type: String
The target culture.