The LanguageCode type exposes the following members.
Back to Top
Back to Top
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.
              | 
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.
              | 
See Also