Partager via


ClientInfo.LanguageCode Property

Definition

Gets or sets the language code for which the client has been configured.

public:
 property int LanguageCode { int get(); void set(int value); };
public int LanguageCode { get; set; }
member this.LanguageCode : int with get, set
Public Property LanguageCode As Integer

Property Value

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).

Applies to