RetrieveInstalledLanguagePacksResponse.RetrieveInstalledLanguagePacks Property
Applies To: Dynamics CRM 2015
Gets an array of locale ID values that represent the installed language packs.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public int[] RetrieveInstalledLanguagePacks { get; }
public:
property array<int>^ RetrieveInstalledLanguagePacks {
array<int>^ get();
}
member RetrieveInstalledLanguagePacks : int[] with get
Public ReadOnly Property RetrieveInstalledLanguagePacks As Integer()
Property Value
Type: System.Int32[]
Type: Int32[]
An array of locale ID values that represent the installed language packs.
Remarks
Valid locale ID values can be found at Locale ID (LCID) Chart.
See Also
RetrieveInstalledLanguagePacksResponse Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright