Recommended Version

Vitus.Localization - 1.4.2.4

A collection of features useful for localized or multilingual Orchard websites.

Features:

Vitus Culture Tokens
- Useful anywhere where you can use tokens (like AutoroutePart).
- Examples: {Content.Culture} ~ "en-us", {Content.Culture.CultureName} ~ "en-us", {Content.Culture.ThreeLetterName} ~ "eng", {Content.Culture.TwoLetterName} ~ "en"

Vitus Culture Projection Filters
- Enables you to filter projections by either current or specified culture.

Vitus First Request Path Part Culture Selector
- Useful for multilingual websites where language is determined by a URL convention.
- Example: "www.example.com/cs-cz/page" = Czech culture

Vitus Data Token Culture Selector
- Similar to the previous mentioned selector but is used only if a custom (!) route is matched with a "culture" data token in it.

Vitus Culture Layer Rule
- Adds a rule to match current culture when specifying new layers for widgets.
- Examples: culture("fr-CA") = matches only Canadian French, culture("fr*") = matches all French

Module details

Rating:
* - - - -
  • Ratings: 1
  • Average: 1
Tags:
Category: Localization
Total Downloads: 438
Last updated: 7/6/2012
Package ID: Orchard.Module.Vitus.Localization

Version history

Version Downloads Last updated Rating
Vitus.Localization 1.4.2.3 45 4 Jul 2012
- - - - -
Vitus.Localization 1.4.2.2 33 4 Jul 2012
- - - - -
Vitus Localization 1.4.2.1 34 4 Jul 2012
- - - - -
Show More

Reviews

  • * - - - -
    joelbhansen2/26/2013 1:35:53 PM

    I believe the features described in this module ought to be core functionality in Orchard - so I was glad to see someone decided to add this. Sad thing is though, that it doesn't work. Orchard 1.6 ignores "Vitus Culture Tokens" (eg. "{Content.Culture}"). Fix this and I will give it 5 stars.