67 votes

Vorto

Vorto is a property editor wrapper (meaning it wraps any existing property editor) and converts it into a multilingual property by allowing you to enter multiple values per language enabled on the site. Ultimately, it's THE property editor for doing 1:1 translations in Umbraco.

How to use
After installing Vorto, you'll want to create a series of vorto wrapped data types so in the data types tree, create a new data type, choose Vorto and then choose the data type you want to wrap from Vortos prevalue. You can also provide Vorto with an xpath statement for where it should look for nodes with cultures defined, this is really handy if you have multiple multilingual sites in one install, Vorto can make sure that each site only provides translation services for languages it supports. Lastly, you can also decide whether you want to show the language names in their native form.

Once you have a bunch of Vorto wrapped data types defined, set up the properties on your doc type as normal, then in the content editor, Vorto will automatically wrap all your properties with a little mulilingual menu allowing you to switch languages (you can even pin languages as tabs for easy flicking between content during translation, and you can syncronise all properies on an editor so that when you change language on one property, it flicks all properties over to the same language).

To retrieve the values, Vorto comes with a few handy IPublishedContent extension methods (sorry, no dynamics support yet) namly HasVortoValue and GetVortoValue. These can be used as direct replacements to the built in HasValue and GetPropertyValue methods that come with Umbraco (if the value you are after isn't a Vorto value, it defaults back to the Umbraco implementation).

The signatures to these methods are very similar to the built in Umbraco ones, with the addition of a new parameter cultureName, which allows you to choose which translation of the value you want to return. Of course, if you don't provide a cultureName, the current sites culture will be used by default.

Version History

See releases on the GitHub repo: https://github.com/umco/umbraco-vorto/releases

Screenshots

 Download package
version 1.7.1

NuGet install instructions for Umbraco 7.4.0-7.13.0

Install-Package Our.Umbraco.Vorto

Package owner

Matt Brailsford

Matt Brailsford

Matt has 22172 karma points

Package Compatibility

This package is compatible with the following versions as reported by community members who have downloaded this package:
Works on Umbraco Cloud
Version 8.18.x (untested)

You must login before you can report on package compatibility.

Previously reported to work on versions: 7.15.x, 7.12.x, 7.11.x, 7.10.x, 7.8.x, 7.7.x, 7.6.x, 7.5.x, 7.4.x, 7.3.x, 7.2.x, 7.1.x, 7.0.x

Package Information

  • Package owner: Matt Brailsford
  • Created: 10/04/2014
  • Current version 1.7.1
  • .NET version 4.5.2
  • License MIT
  • Downloads on Our: 12.2K
  • Downloads on NuGet: 226K
  • Total downloads : 238.2K