dotnet add OrchardCore.ContentLocalizationProvides a part that allows to localize content items.
Features
Content Localization
Provides a part that allows to localize content items. Its manifest-backed feature ID is OrchardCore.ContentLocalization, and it is categorized as Internationalization. It depends on OrchardCore.ContentTypes, and OrchardCore.Localization, so Orchard Core enables those dependencies 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 Culture Picker
Provides a culture picker shape for the frontend. Its manifest-backed feature ID is OrchardCore.ContentLocalization.ContentCulturePicker, and it is categorized as Internationalization. It depends on OrchardCore.ContentLocalization, and OrchardCore.Autoroute, so Orchard Core enables those dependencies 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.
Localized Content Item Sitemaps
Provides support for localized content item sitemaps. Its manifest-backed feature ID is OrchardCore.ContentLocalization.Sitemaps, and it is categorized as Internationalization. It depends on OrchardCore.ContentLocalization, and OrchardCore.Sitemaps, so Orchard Core enables those dependencies 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