Label Constructor (String, Int32)
Applies To: Dynamics CRM 2015
Initializes a new instance of the Label class.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public Label(
string label,
int languageCode
)
public:
Label(
String^ label,
int languageCode
)
new :
label:string *
languageCode:int -> Label
Public Sub New (
label As String,
languageCode As Integer
)
Parameters
label
Type: System.StringType: String. The string for the user localized label.
languageCode
Type: System.Int32Type: 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).
See Also
Label Overload
Label Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright