Click or drag to resize

ILanguageBase Interface

Base interface of language.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public interface ILanguageBase

The ILanguageBase type exposes the following members.

Properties
  NameDescription
Public propertyIsDisabled
Indicates if the language is disabled
Public propertyKey
Gets or sets the key of the language
Remarks
The key is the culture language name, for example:
Key (Culture name)Name (Display name)
en-GBEnglish - United Kingdom
fr-FRFrench - France
en-USEnglish - United States
Public propertyName
Gets or sets the name of the language
Top
Remarks
Common part with the final interface and the POCO
See Also