OrganizationServiceContextExtensions.RetrieveProvisionedLanguages Method (OrganizationServiceContext)
Applies To: Dynamics CRM 2013
Retrieves the list of language packs installed on the server that are enabled. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static int[] RetrieveProvisionedLanguages(
this OrganizationServiceContext context
)
public:
[ExtensionAttribute]
static array<int>^ RetrieveProvisionedLanguages(
OrganizationServiceContext^ context
)
static member RetrieveProvisionedLanguages :
context:OrganizationServiceContext -> int[]
<ExtensionAttribute>
Public Shared Function RetrieveProvisionedLanguages (
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 RetrieveProvisionedLanguagesRequest and RetrieveProvisionedLanguagesResponse 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 2013
Return to top