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
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- language
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Boolean>