Checks if the language is registered with the current portal instance.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static bool IsLanguageOk(
	string cultureName
)
Visual Basic
Public Shared Function IsLanguageOk ( 
	cultureName As String
) As Boolean
Visual C++
public:
static bool IsLanguageOk(
	String^ cultureName
)
F#
static member IsLanguageOk : 
        cultureName : string -> bool 

Parameters

cultureName
Type: System..::..String
Culture name.

Return Value

Type: Boolean
If language exists True, otherwise False.

See Also