I'm using the vorto package for a multilanguage site with Umbraco version 7.6.3.
I have multiple content rootpages with each different culture and hostnames.
Datatype language option selected
But each contentpage shows all the languages
Does anyone know if it's possible to see only the the language i have set in culture and hostnames in the contentpage in a upper level, not the root node?
use only languages in use
Hi,
I'm using the vorto package for a multilanguage site with Umbraco version 7.6.3.
I have multiple content rootpages with each different culture and hostnames.
Datatype language option selected
But each contentpage shows all the languages
Does anyone know if it's possible to see only the the language i have set in culture and hostnames in the contentpage in a upper level, not the root node?
Hi Jarno;
Looking at the Vorto source you should specify a xpath expression to find your root node, otherwise it will list all languages.
https://github.com/umco/umbraco-vorto/blob/master/src/Our.Umbraco.Vorto/Web/Controllers/VortoApiController.cs#L133
Dave
is working on a reply...