Click or drag to resize
LanguageCodeFromEnum Method
Returns the language code from the enumeration value.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static int FromEnum(
	LanguageEnum value
)

Parameters

value
Type: CMS.ExtendedControlsLanguageEnum
Value to convert

Return Value

Type: Int32
See Also