Table of Contents

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

string

Enabled

Returns True if the language is enabled/implemented.

public bool Enabled { get; }

Property Value

bool

HttpLanguageCode

Returns the specified Http language code (like 'en-us', 'pt', 'nl')

public string HttpLanguageCode { get; }

Property Value

string

Name

Returns the name

public string Name { get; }

Property Value

string

SysLanguageID

Returns the SysLanguageID. Is a number 0-9.

public int SysLanguageID { get; }

Property Value

int