Click or drag to resize
LanguageCodeToEnum Method
Returns the enumeration representation of the language.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static LanguageEnum ToEnum(
	int code
)

Parameters

code
Type: SystemInt32
Language code

Return Value

Type: LanguageEnum
See Also