LocalizedLabel Constructor (String, Int32)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Initializes a new instance of the LocalizedLabel class setting the label string and the language code.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public LocalizedLabel(
string label,
int languageCode
)
Public Sub New (
label As String,
languageCode As Integer
)
Parameters
label
Type: System.StringType: String The localized label string..
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
LocalizedLabel Overload
LocalizedLabel Class
Microsoft.Xrm.Sdk Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright