LocalizedLabel Constructors

Definition

Overloads

LocalizedLabel()

Initializes a new instance of the LocalizedLabel class.

LocalizedLabel(String, Int32)

Initializes a new instance of the LocalizedLabel class setting the label string and the language code.

LocalizedLabel()

Initializes a new instance of the LocalizedLabel class.

public:
 LocalizedLabel();
public LocalizedLabel ();
Public Sub New ()

Applies to

LocalizedLabel(String, Int32)

Initializes a new instance of the LocalizedLabel class setting the label string and the language code.

public:
 LocalizedLabel(System::String ^ label, int languageCode);
public LocalizedLabel (string label, int languageCode);
new Microsoft.Xrm.Sdk.LocalizedLabel : string * int -> Microsoft.Xrm.Sdk.LocalizedLabel
Public Sub New (label As String, languageCode As Integer)

Parameters

label
String

The localized label string..

languageCode
Int32

The language code for the label.

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