Class repLanguage
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the details of a language in the Polar Studio repository.
public class repLanguage
- Inheritance
-
repLanguage
- Inherited Members
- Extension Methods
Properties
Caption
Returns the caption
public string Caption { get; }
Property Value
Enabled
Returns True if the language is enabled/implemented.
public bool Enabled { get; }
Property Value
HttpLanguageCode
Returns the specified Http language code (like 'en-us', 'pt', 'nl')
public string HttpLanguageCode { get; }
Property Value
Name
Returns the name
public string Name { get; }
Property Value
SysLanguageID
Returns the SysLanguageID. Is a number 0-9.
public int SysLanguageID { get; }