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

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

Syntax

C#
Locale GetLocale(
	string code
)
Visual Basic
Function GetLocale ( 
	code As String
) As Locale

Parameters

code
Type: System..::..String
paramcodeM:DotNetNuke.Services.Localization.ILocaleController.GetLocale(System.String)

Return Value

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

See Also