Gets the tab by culture.

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

Syntax

C#
TabInfo GetTabByCulture(
	int tabId,
	int portalId,
	Locale locale
)
Visual Basic
Function GetTabByCulture ( 
	tabId As Integer,
	portalId As Integer,
	locale As Locale
) As TabInfo

Parameters

tabId
Type: System..::..Int32
The tab id.
portalId
Type: System..::..Int32
The portal id.
locale
Type: DotNetNuke.Services.Localization..::..Locale
The locale.

Return Value

tab info.

See Also