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