dotnet add OrchardCore.LocalizationProvides support for UI localization.
Features
Localization
Provides support for UI localization. Its manifest-backed feature ID is OrchardCore.Localization, and it is categorized as Internationalization. It depends on OrchardCore.Settings, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Content Language Header
Adds the Content-Language HTTP header, which describes the language(s) intended for the audience. Its manifest-backed feature ID is OrchardCore.Localization.ContentLanguageHeader, and it is categorized as Internationalization. It depends on OrchardCore.Localization, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Admin Culture Picker
Provides a culture picker shape for the admin area. Its manifest-backed feature ID is OrchardCore.Localization.AdminCulturePicker, and it is categorized as Internationalization. It depends on OrchardCore.Localization, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
- BSD-3-Clause