Share via


LanguageService.GetLanguageNames 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 locale As String
Dim languageCodes As String()
Dim returnValue As String()

returnValue = instance.GetLanguageNames(appId, locale, languageCodes)

Syntax

'Declaration
<OperationContractAttribute(Action:="http://api.microsofttranslator.com/V2/LanguageService/GetLanguageNames", ReplyAction:="http://api.microsofttranslator.com/V2/LanguageService/GetLanguageNamesResponse")> _
Function GetLanguageNames ( _
    appId As String, _
    locale As String, _
    languageCodes As String() _
) As String()
[OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/GetLanguageNames", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/GetLanguageNamesResponse")] 
string[] GetLanguageNames (
    string appId,
    string locale,
    string[] languageCodes
)
[OperationContractAttribute(Action=L"http://api.microsofttranslator.com/V2/LanguageService/GetLanguageNames", ReplyAction=L"http://api.microsofttranslator.com/V2/LanguageService/GetLanguageNamesResponse")] 
array<String^>^ GetLanguageNames (
    String^ appId, 
    String^ locale, 
    array<String^>^ languageCodes
)
/** @attribute OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/GetLanguageNames", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/GetLanguageNamesResponse") */ 
String[] GetLanguageNames (
    String appId, 
    String locale, 
    String[] languageCodes
)
OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/GetLanguageNames", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/GetLanguageNamesResponse") 
function GetLanguageNames (
    appId : String, 
    locale : String, 
    languageCodes : String[]
) : String[]

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.