The startup configuration DTO.

StartupConfigurationDto

interface StartupConfigurationDto {
    MetadataCountryCode?: null | string;
    PreferredMetadataLanguage?: null | string;
    UICulture?: null | string;
}

Properties

MetadataCountryCode?: null | string

Gets or sets the metadata country code.

StartupConfigurationDto

PreferredMetadataLanguage?: null | string

Gets or sets the preferred language for the metadata.

StartupConfigurationDto

UICulture?: null | string

Gets or sets UI language culture.

StartupConfigurationDto