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

deGlobalization..::..translateResourceGroupUsingAzure Method

Translates the resource group using azure.

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

Syntax


public bool translateResourceGroupUsingAzure(
	string resourceGroup,
	string sourceCulture,
	string targetCulture,
	bool overwriteValue
)
Public Function translateResourceGroupUsingAzure ( _
	resourceGroup As String, _
	sourceCulture As String, _
	targetCulture As String, _
	overwriteValue As Boolean _
) As Boolean
public:
bool^ translateResourceGroupUsingAzure(
	String^ resourceGroup, 
	String^ sourceCulture, 
	String^ targetCulture, 
	bool^ overwriteValue
)

Parameters

resourceGroup
Type: String
The resource group.
sourceCulture
Type: String
The source culture.
targetCulture
Type: String
The target culture.
overwriteValue
Type: Boolean
if set to true [overwrite value].

Return Value

true if XXXX, false otherwise.