Share via


ITranslation.BeginTranslate method

Namespace:  Microsoft.Office.Web.Conversion.ViewerInterface
Assembly:  Microsoft.Office.Server.Conversion.ViewerInterface (in Microsoft.Office.Server.Conversion.ViewerInterface.dll)

Syntax

'Declaration
Function BeginTranslate ( _
    sourceLanguage As String, _
    targetLanguage As String, _
    textSegment As String _
) As IAsyncResult
'Usage
Dim instance As ITranslation
Dim sourceLanguage As String
Dim targetLanguage As String
Dim textSegment As String
Dim returnValue As IAsyncResult

returnValue = instance.BeginTranslate(sourceLanguage, _
    targetLanguage, textSegment)
IAsyncResult BeginTranslate(
    string sourceLanguage,
    string targetLanguage,
    string textSegment
)

Parameters

Return value

Type: System.IAsyncResult

See also

Reference

ITranslation interface

ITranslation members

Microsoft.Office.Web.Conversion.ViewerInterface namespace