Class Language
- Namespace
- Dynamicweb.Ecommerce.International
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the language.
[Serializable]
[PermissionEntity("Language")]
public class Language : ICloneable, IDisplayName, IPermissionEntity, IPermissionEntityLookup
- Inheritance
-
Language
- Implements
- Inherited Members
- Extension Methods
Constructors
Language()
Initializes a new instance of the class.
Fields
PermissionName
Field Value
Properties
AutoId
Gets the language auto ID.
Property Value
Code
Gets the two-letter ISO language code, e.g. "en".
Property Value
Remarks
Use Culture to change the value of Code and Country
CountryCode
Gets the two-letter ISO country code, e.g. "US".
Property Value
Remarks
Use Culture to change the value of Code and Country
Culture
Gets or sets the culture name (IETF language tag), e.g. "en-US".
Property Value
Remarks
Setting this value will also change the value of Code and Country
IsDefault
Gets or sets value indicating whether the language is default.
Property Value
LanguageId
Gets or sets the language ID.
Property Value
Name
Gets or sets the language name.
Property Value
NativeName
Gets or sets the native name.
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
Returns
- object
A new object that is a copy of this instance.
GetDisplayName()
Yields a human-readable name for rendering.
Returns
- string
name