Gets the published locales.

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

Syntax

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

Parameters

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

Return Value

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

Implements

ILocaleController..::..GetPublishedLocales(Int32)

See Also