Gets the locale.

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

Syntax

C#
public Locale GetLocale(
	int languageID
)
Visual Basic
Public Function GetLocale ( 
	languageID As Integer
) As Locale

Parameters

languageID
Type: System..::..Int32
The language ID.

Return Value

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

Implements

ILocaleController..::..GetLocale(Int32)

See Also