Click or drag to resize
LanguageCode Class
Language code.
Inheritance Hierarchy
SystemObject
  CMS.ExtendedControlsLanguageCode

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
C#
public static class LanguageCode

The LanguageCode type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFromEnum
Returns the language code from the enumeration value.
Public methodStatic memberGetLanguageEnumFromString
Gets the language enumeration from the string value. Supports only languages
Public methodStatic memberToEnum
Returns the enumeration representation of the language.
Top
Fields
  NameDescription
Public fieldStatic memberASPNET
ASP.NET with macro support.
Public fieldStatic memberCMSSharp
C# with CMS extensions.
Public fieldStatic memberCSharp
C#.
Public fieldStatic memberCSS
CSS.
Public fieldStatic memberHTML
HTML (XHTML).
Public fieldStatic memberHTMLMixed
Mixed mode that allows HTML, CSS and JavaScript in the same text segment.
Public fieldStatic memberJavaScript
JavaScript.
Public fieldStatic memberLESS
LESS.
Public fieldStatic memberSQL
SQL (T-SQL dialect).
Public fieldStatic memberText
Plaintext mode, no highlighting & formatting is provided.
Public fieldStatic memberXML
XML.
Top
See Also