FlowWright.cDevDeAPI Namespace
FlowWright.cDevDeAPI.Globalization Namespace
deGlobalization Class
deGlobalization Methods
FlowWright.cDevDecisionEngine Namespace

deGlobalization..::..updateTranslatedTextToDB Method

update the Translated Text To DB

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

Syntax


public bool updateTranslatedTextToDB(
	string resourceGroup,
	string targetCulture,
	List<string> lstResourceName,
	List<string> lstResourceValue,
	AzureTranslationResult[] arrAzureTranslationResult
)
Public Function updateTranslatedTextToDB ( _
	resourceGroup As String, _
	targetCulture As String, _
	lstResourceName As List(Of String), _
	lstResourceValue As List(Of String), _
	arrAzureTranslationResult As AzureTranslationResult() _
) As Boolean
public:
bool^ updateTranslatedTextToDB(
	String^ resourceGroup, 
	String^ targetCulture, 
	List<String^>^ lstResourceName, 
	List<String^>^ lstResourceValue, 
	array<AzureTranslationResult^>^ arrAzureTranslationResult
)

Parameters

resourceGroup
Type: String
targetCulture
Type: String
lstResourceName
Type: List<(Of <(<'String>)>)>
lstResourceValue
Type: List<(Of <(<'String>)>)>
arrAzureTranslationResult
Type: array<AzureTranslationResult>[]()[][]

Return Value

true if XXXX, false otherwise.