This module provides features for localizing content.
1.3.1
Internationalization
This module has no dependencies.
Name | Localization Matrix (OrchardCoreContrib.ContentLocalization.LocalizationMatrix ) |
Description | Shows a matix for localized content per culture. |
Dependencies | OrchardCoreContrib.ContentLocalization OrchardCore.ContentLocalization |
Name | Transliteration (OrchardCoreContrib.ContentLocalization.Transliteration ) |
Description | Provides a type of conversion of a text from one script to another that involves swapping letters. |
Dependencies | OrchardCore.ContentLocalization |
- Install the
OrchardCoreContrib.ContentLocalization
NuGet package to your Orchard Core host project. - Go to the admin site
- Select Configuration -> Features menu.
- Enable the
Localization Matrix
feature. - Select Configuration -> Settings -> Localization -> Localization Matrix menu.
- Then you can check the localized content per culture, also you can edit the missing localized content from there.
- Enable the
Transliteration
feature. - Now you can inject the
ITransliterationService
, then useTransliterate()
method to transliterate from one script to another.