I've tried to make a property with alias umbracoUrlName but it change only the last part of the URL and it's not possible to create multiple URLs for the same page in other languages.
Here is the result. I've input this text nl/nieuws and the URL is changed to this for the news page:
With Vorto, or anything else really, if you want an URL slug for the language / culture just right-click on the parent node > click Culture and Hostnames > select your language > in the domain field put "//mydomain.com/nl/" "/mydomain.com/en/", etc.
Super easy. It will add it to every page under the node you select.
Change URL dependent of the active language in Umbraco 7
I make a site using Umbraco 7.7 and I've a content tree like below.
The news (on image Nieuws) is made for all language versions (for now only a Dutch version) using Vorto.
The problem is the url of the news page. Now it looks like this:
I'll like to change this to:
Or if I had an other language:
This must also work for the child pages of news. For example:
I've tried to make a property with alias
umbracoUrlName
but it change only the last part of the URL and it's not possible to create multiple URLs for the same page in other languages.Here is the result. I've input this text
nl/nieuws
and the URL is changed to this for the news page:I've also tried a Vorto editor to for the multiple languages but I've got this url:
How could I change the URL dependent of the actieve language
look this
https://gist.github.com/alindgren/4f8e47d9b2d769137be3
https://our.umbraco.org/documentation/reference/routing/request-pipeline/icontentfinder
https://24days.in/umbraco-cms/2014/urlprovider-and-contentfinder/
https://www.alexlindgren.com/archive/using-a-custom-contentfinder-in-umbraco/
Hi Hein,
With Vorto, or anything else really, if you want an URL slug for the language / culture just right-click on the parent node > click Culture and Hostnames > select your language > in the domain field put "//mydomain.com/nl/" "/mydomain.com/en/", etc.
Super easy. It will add it to every page under the node you select.
Hope this helps!
Amir
is working on a reply...