summaryM:DotNetNuke.Services.Localization.ILocaleController.IsEnabled(System.String@,System.Int32)

Namespace: DotNetNuke.Services.Localization
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
bool IsEnabled(
	ref string localeCode,
	int portalId
)
Visual Basic
Function IsEnabled ( 
	ByRef localeCode As String,
	portalId As Integer
) As Boolean

Parameters

localeCode
Type: System..::..String%
paramlocaleCodeM:DotNetNuke.Services.Localization.ILocaleController.IsEnabled(System.String@,System.Int32)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Localization.ILocaleController.IsEnabled(System.String@,System.Int32)

Return Value

returnsM:DotNetNuke.Services.Localization.ILocaleController.IsEnabled(System.String@,System.Int32)

See Also