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

deGlobalization..::..getNotTranslatedResources Method

Gets the not translated resources.

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

Syntax


public DataTable getNotTranslatedResources(
	string resourceGroup,
	string sourceCulture,
	string targetCulture
)
Public Function getNotTranslatedResources ( _
	resourceGroup As String, _
	sourceCulture As String, _
	targetCulture As String _
) As DataTable
public:
DataTable^ getNotTranslatedResources(
	String^ resourceGroup, 
	String^ sourceCulture, 
	String^ targetCulture
)

Parameters

resourceGroup
Type: String
The resource group.
sourceCulture
Type: String
The source culture.
targetCulture
Type: String
The target culture.

Return Value

DataTable.