Share via


TranslationJob.IsLanguageSupported method

Namespace:  Microsoft.Office.Client.TranslationServices
Assembly:  Microsoft.Office.Client.TranslationServices (in Microsoft.Office.Client.TranslationServices.dll)

Syntax

'Declaration
Public Shared Function IsLanguageSupported ( _
    context As ClientRuntimeContext, _
    language As String _
) As ClientResult(Of Boolean)
'Usage
Dim context As ClientRuntimeContext
Dim language As String
Dim returnValue As ClientResult(Of Boolean)

returnValue = TranslationJob.IsLanguageSupported(context, _
    language)
public static ClientResult<bool> IsLanguageSupported(
    ClientRuntimeContext context,
    string language
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Boolean>

See also

Reference

TranslationJob class

TranslationJob members

Microsoft.Office.Client.TranslationServices namespace