Helper method to initiate the call that translate method.
Namespace: Microsoft.Hawaii.Translator.ClientAssembly: Microsoft.Hawaii.Translator.Client (in Microsoft.Hawaii.Translator.Client.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
Parameters
- hawaiiAppId
- Type:
System String
Specifies the Hawaii Application Id.
- text
- Type:
System String
The text to be translated.
- to
- Type:
System String
The language translate to.
- onComplete
- Type: Microsoft.Hawaii ServiceAgent T OnCompleteDelegate
Specifies an "on complete" delegate callback.
- stateObject
- Type:
System Object
Specifies a user-defined object.
- from (Optional)
- Type:
System String
The language translate from.
See Also