LanguageService.AddTranslationArray Method
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As LanguageService
Dim appId As String
Dim translations As Translation()
Dim from As String
Dim to As String
Dim options As TranslateOptions
instance.AddTranslationArray(appId, translations, from, to, options)
Syntax
'Declaration
<OperationContractAttribute(Action:="http://api.microsofttranslator.com/V2/LanguageService/AddTranslationArray", ReplyAction:="http://api.microsofttranslator.com/V2/LanguageService/AddTranslationArrayResponse")> _
Sub AddTranslationArray ( _
appId As String, _
translations As Translation(), _
from As String, _
to As String, _
options As TranslateOptions _
)
[OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/AddTranslationArray", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/AddTranslationArrayResponse")]
void AddTranslationArray (
string appId,
Translation[] translations,
string from,
string to,
TranslateOptions options
)
[OperationContractAttribute(Action=L"http://api.microsofttranslator.com/V2/LanguageService/AddTranslationArray", ReplyAction=L"http://api.microsofttranslator.com/V2/LanguageService/AddTranslationArrayResponse")]
void AddTranslationArray (
String^ appId,
array<Translation^>^ translations,
String^ from,
String^ to,
TranslateOptions^ options
)
/** @attribute OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/AddTranslationArray", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/AddTranslationArrayResponse") */
void AddTranslationArray (
String appId,
Translation[] translations,
String from,
String to,
TranslateOptions options
)
OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/AddTranslationArray", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/AddTranslationArrayResponse")
function AddTranslationArray (
appId : String,
translations : Translation[],
from : String,
to : String,
options : TranslateOptions
)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
LanguageService Interface
LanguageService Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.