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