Gets the locales.

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

Syntax

C#
public Dictionary<string, Locale> GetLocales(
	int portalID
)
Visual Basic
Public Function GetLocales ( 
	portalID As Integer
) As Dictionary(Of String, Locale)

Parameters

portalID
Type: System..::..Int32
The portal ID.

Return Value

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

Implements

ILocaleController..::..GetLocales(Int32)

See Also