The startup configuration DTO.
StartupConfigurationDto
Name | Type | Tags | Description |
---|---|---|---|
ui_culture |
string |
Optional | Gets or sets UI language culture. |
metadata_country_code |
string |
Optional | Gets or sets the metadata country code. |
preferred_metadata_language |
string |
Optional | Gets or sets the preferred language for the metadata. |
{
"UICulture": null,
"MetadataCountryCode": null,
"PreferredMetadataLanguage": null
}