summaryM:DotNetNuke.Services.Localization.ILocaleController.GetLocale(System.Int32)

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

Syntax

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

Parameters

languageID
Type: System..::..Int32
paramlanguageIDM:DotNetNuke.Services.Localization.ILocaleController.GetLocale(System.Int32)

Return Value

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

See Also