LocalizedNameCollection.Add Method
Adds a new localized name to the collection.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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 LCID representing the language.
- localizedName
Type: System.String
The localized name.
See Also
Reference
LocalizedNameCollection Members
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace