Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 3.19 KB

File metadata and controls

62 lines (41 loc) · 3.19 KB

Content Localization Module

This module provides features for localizing content.

Version

1.3.1

Category

Internationalization

Dependencies

This module has no dependencies.

Features

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

NuGet Packages

Name Version
OrchardCoreContrib.ContentLocalization 1.3.1
OrchardCoreContrib.ContentLocalization 1.3.0
OrchardCoreContrib.ContentLocalization 1.2.0
OrchardCoreContrib.ContentLocalization 1.1.0
OrchardCoreContrib.ContentLocalization 1.0.0

Get Started

  1. Install the OrchardCoreContrib.ContentLocalization NuGet package to your Orchard Core host project.
  2. Go to the admin site
  3. Select Configuration -> Features menu.

Localization Matrix

  1. Enable the Localization Matrix feature.
  2. Select Configuration -> Settings -> Localization -> Localization Matrix menu.
  3. Then you can check the localized content per culture, also you can edit the missing localized content from there.

Transliteration

  1. Enable the Transliteration feature.
  2. Now you can inject the ITransliterationService, then use Transliterate() method to transliterate from one script to another.

Video

Watch the video

Watch the video