LocalizedNameCollection.Add Method (UInt32, String)

Adds a new localized name to the collection using the specified locale ID and localized name.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub Add ( _
    lcid As UInteger, _
    localizedName As String _
)
'Usage
Dim instance As LocalizedNameCollection
Dim lcid As UInteger
Dim localizedName As String

instance.Add(lcid, localizedName)
public void Add(
    uint lcid,
    string localizedName
)

Parameters

  • lcid
    Type: System.UInt32

    The locale identifier (LCID) representing the language.

See Also

Reference

LocalizedNameCollection Class

LocalizedNameCollection Members

Add Overload

Microsoft.SharePoint.BusinessData.Administration Namespace