Translates the cultures using azure.
Namespace:
FlowWright.cDevDeAPI.Globalization
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool translateCulturesUsingAzure(
string sourceCulture,
string targetCulture
)
Public Function translateCulturesUsingAzure ( _
sourceCulture As String, _
targetCulture As String _
) As Boolean
public:
bool^ translateCulturesUsingAzure(
String^ sourceCulture,
String^ targetCulture
)
Parameters
- sourceCulture
- Type: String
The source culture.
- targetCulture
- Type: String
The target culture.
Return Value
true if XXXX,
false otherwise.