AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageRouteHandlerBase..::..Languages Method

Gets the list of active languages for the current request, caching the result in the HTTP context.

Namespace:  AdvantageCMS.Core.Routing
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public List<Language> Languages(
	SQL sql
)

Parameters

sql
Type: AdvantageCMS.Data..::..SQL
The SQL connection instance.

Return Value

A list of active Language objects.