Table of Contents

Class AdminCulture

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.Shared.dll

Represents a administration culture available in the system.

public sealed class AdminCulture
Inheritance
object
AdminCulture
Extension Methods

Constructors

AdminCulture()

public AdminCulture()

Properties

CultureCode

The culture code (e.g., "en-US", "fr-FR").

public string CultureCode { get; set; }

Property Value

string

Remarks

The culture code follows the format of RFC 4646 (language-region).

DisplayName

The display name of the culture (e.g., "English (United States)", "French (France)").

public string DisplayName { get; set; }

Property Value

string

UseDefaultSystemUICulture

Indicates whether the default system UI culture provided by Kentico (en-US) will be used.

public bool UseDefaultSystemUICulture { get; set; }

Property Value

bool

Remarks

This is used to set a different date format while preserving the default en-US translations provided by Kentico.