RetrieveInstalledLanguagePackVersionRequest.Language Property
Applies To: Dynamics CRM 2015
Gets or sets the value that represents the locale ID for the language pack. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public int Language { get; set; }
public:
property int Language {
int get();
void set(int value);
}
member Language : int with get, set
Public Property Language As Integer
Property Value
Type: System.Int32
Type: Int32
The value that represents the locale ID for the language pack. Required.
Remarks
Valid locale ID values can be found at Locale ID (LCID) Chart.
See Also
RetrieveInstalledLanguagePackVersionRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright