OrganizationServiceContextExtensions.RetrieveInstalledLanguagePacks Method (OrganizationServiceContext)
Applies To: Dynamics CRM 2015
Retrieves the list of language packs installed on the server. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static int[] RetrieveInstalledLanguagePacks(
this OrganizationServiceContext context
)
public:
[ExtensionAttribute]
static array<int>^ RetrieveInstalledLanguagePacks(
OrganizationServiceContext^ context
)
static member RetrieveInstalledLanguagePacks :
context:OrganizationServiceContext -> int[]
<ExtensionAttribute>
Public Shared Function RetrieveInstalledLanguagePacks (
context As OrganizationServiceContext
) As Integer()
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
Return Value
Type: System.Int32[]
Returns Int32.
Remarks
This is a method wrapper for the RetrieveInstalledLanguagePacksRequest and RetrieveInstalledLanguagePacksResponse classes. See the documentation in the Request class for more information about this message.
See Also
OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright