Determines the language whether is default language.

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

Syntax

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

Parameters

code
Type: System..::..String
The code.

Return Value

true if the language is default language; otherwise, false.

Implements

ILocaleController..::..IsDefaultLanguage(String)

See Also