Gets the tab by culture.
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public TabInfo GetTabByCulture( int tabId, int portalId, Locale locale ) |
Visual Basic |
---|
Public 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.