ClientInfo.LanguageCode Property
Applies To: Dynamics CRM 2015
Gets or sets the language code for which the client has been configured.
Namespace: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public int LanguageCode { get; set; }
public:
property int LanguageCode {
int get();
void set(int value);
}
member LanguageCode : int with get, set
Public Property LanguageCode As Integer
Property Value
Type: System.Int32
Type: Int32
The language code.
Remarks
Language codes are four-digit or five-digit locale IDs. Valid locale ID values can be found at Locale ID (LCID) Chart).
See Also
ClientInfo Class
Microsoft.Xrm.Sdk.Discovery Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright