| LanguageCode Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Base.Web.UI
 Syntax
Syntaxpublic static class LanguageCode
The LanguageCode type exposes the following members.
 Fields
Fields| Name | Description | |
|---|---|---|
|   | ASPNET | 
            ASP.NET with macro support.
             | 
|   | CMSSharp | 
            C# with CMS extensions.
             | 
|   | CSharp | 
            C#.
             | 
|   | CSS | 
            CSS.
             | 
|   | HTML | 
            HTML (XHTML).
             | 
|   | HTMLMixed | 
            Mixed mode that allows HTML, CSS and JavaScript in the same text segment.
             | 
|   | JavaScript | 
            JavaScript.
             | 
|   | LESS | 
            LESS.
             | 
|   | SQL | 
            SQL (T-SQL dialect).
             | 
|   | Text | 
            Plaintext mode, no highlighting & formatting is provided.
             | 
|   | XML | 
            XML.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | FromEnum | 
            Returns the language code from the enumeration value.
             | 
|   | GetLanguageEnumFromString | 
            Gets the language enumeration from the string value. Supports only languages
             | 
|   | ToEnum | 
            Returns the enumeration representation of the language.
             | 
 See Also
See Also