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

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

Syntax

C#
bool IsDefaultLanguage(
	string code
)
Visual Basic
Function IsDefaultLanguage ( 
	code As String
) As Boolean

Parameters

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

Return Value

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

See Also