I am using Umbraco 7.4.3 with Vorto 1.5.2 in it which is implementing properly as far as 1-1 Multilingual is concerned.
But URL in Vorto doesn't seems to work.
Let me first clear my approach in regards to it.
First I created a Custom Datatype by name of Vorto URL as a Vorto Textstring.
Created a Standard umbraco Property "umbracoUrlName" for URL name and tried using Vorto URL but this doesn't seems to work.
Maybe you can find more info here? I got it to work without any problems but you'll neet to clean up the code a bit and remove the custom global asax and stuff.
Implementing URL in Vorto
Hello All,
I am using Umbraco 7.4.3 with Vorto 1.5.2 in it which is implementing properly as far as 1-1 Multilingual is concerned. But URL in Vorto doesn't seems to work. Let me first clear my approach in regards to it. First I created a Custom Datatype by name of Vorto URL as a Vorto Textstring. Created a Standard umbraco Property "umbracoUrlName" for URL name and tried using Vorto URL but this doesn't seems to work.
Second, I followed this thread https://our.umbraco.org/projects/backoffice-extensions/vorto/bugs-feedback-suggestions/71457-creating-page-urls-with-vorto
and tried each and every method in this thread but didn't come upto any concrete solution.
This solution works when downloaded directly and implemented. https://github.com/jbreuer/1-1-multilingual-example
but when I try to implement the code base in my project, this doesn't work.
Please guide me for the approach needed to implement URL using Vorto.
Regards.
Hi Mangirish,
Did you find any solutions?
Regards...
Maybe you can find more info here? I got it to work without any problems but you'll neet to clean up the code a bit and remove the custom global asax and stuff.
https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/83938-override-culture-for-1-1-translation
Hello Frans,
Thanks a lot, will try to get it working.
is working on a reply...