LocalizedLabel.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 the label.
public:
property int LanguageCode { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int LanguageCode { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.LanguageCode : int with get, set
Public Property LanguageCode As Integer
Property Value
The language code for the label..
- Attributes
Remarks
Valid locale ID values can be found at Locale ID (LCID) Chart.