LanguageCode Class |
Namespace: CMS.Base.Web.UI
public static class LanguageCode
The LanguageCode type exposes the following members.
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.
|
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.
|