Gets the default locale of the portal.

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

Syntax

C#
public Locale GetDefaultLocale(
	int portalId
)
Visual Basic
Public Function GetDefaultLocale ( 
	portalId As Integer
) As Locale

Parameters

portalId
Type: System..::..Int32
The portal id.

Return Value

returnsM:DotNetNuke.Services.Localization.LocaleController.GetDefaultLocale(System.Int32)

Implements

ILocaleController..::..GetDefaultLocale(Int32)

See Also