LocalizedNameCollection.Add method (UInt32, String, String)
Adds a new localized name to the collection using the specified locale ID, localized name, and setting.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Add ( _
lcid As UInteger, _
localizedName As String, _
settingId As String _
)
'Usage
Dim instance As LocalizedNameCollection
Dim lcid As UInteger
Dim localizedName As String
Dim settingId As String
instance.Add(lcid, localizedName, settingId)
public void Add(
uint lcid,
string localizedName,
string settingId
)
Parameters
lcid
Type: System.UInt32The LCID representing the language.
localizedName
Type: System.StringThe localized name.
settingId
Type: System.StringThe specified setting.