Adds localized copies of the page in all missing languages

Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
void AddMissingLanguages(
	int portalId,
	int tabId
)
Visual Basic
Sub AddMissingLanguages ( 
	portalId As Integer,
	tabId As Integer
)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Tabs.ITabController.AddMissingLanguages(System.Int32,System.Int32)
tabId
Type: System..::..Int32
paramtabIdM:DotNetNuke.Entities.Tabs.ITabController.AddMissingLanguages(System.Int32,System.Int32)

See Also