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.UInt32The locale identifier (LCID) representing the language.
localizedName
Type: System.StringThe localized name.