LocalizedLabel Constructor (String, Int32)

 

Applies To: Dynamics CRM 2015

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:
LocalizedLabel(
    String^ label,
    int languageCode
)
new : 
        label:string *
        languageCode:int -> LocalizedLabel
Public Sub New (
    label As String,
    languageCode As Integer
)

Parameters

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

© 2016 Microsoft. All rights reserved. Copyright