function provides the language for portalinfo requests in case where language has not been installed yet, will return the core install default of en-us

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

Syntax

C#
public static string GetActivePortalLanguage(
	int portalID
)
Visual Basic
Public Shared Function GetActivePortalLanguage ( 
	portalID As Integer
) As String

Parameters

portalID
Type: System..::..Int32
paramportalIDM:DotNetNuke.Entities.Portals.PortalController.GetActivePortalLanguage(System.Int32)

Return Value

returnsM:DotNetNuke.Entities.Portals.PortalController.GetActivePortalLanguage(System.Int32)

Remarks