DomainLanguageHelper..::..GetLanguage Method (SQL, Domain, String, IOwinContext)
Gets the language.
Namespace:
AdvantageCMS.Core.UtilsAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public static Language GetLanguage( SQL currentSql, Domain currentDomain, string langAbrev, IOwinContext owinContext )
Parameters
- currentSql
- Type: AdvantageCMS.Data..::..SQL
The current SQL.
- currentDomain
- Type: AdvantageCMS.Core.Common.BusinessEntity..::..Domain
The current domain.
- langAbrev
- Type: String
The language abrev.
- owinContext
- Type: IOwinContext
The owin context.