ClientInfo.LanguageCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).