Please make sure you read the documentation and follow the steps described there. For example, you need to replace the properties on your templates with the PropertyTranslation macro. Also, you may need to use the SetPageCulture macro as mentioned on page 7 of Polyglot_v2.0_Documentation.pdf.
Changing the Url but translation is not working on browser
Hi,
I am using Umbraco version 7.1.4,
I also used LanguageSelector macro but still on address bar url is being changed but page is showing the same default language.
Is there any solution?
Hello,
Please make sure you read the documentation and follow the steps described there. For example, you need to replace the properties on your templates with the PropertyTranslation macro. Also, you may need to use the SetPageCulture macro as mentioned on page 7 of Polyglot_v2.0_Documentation.pdf.
Best regards,
Dimitri
Thanks, It is a great pulg-in.
Is there any function to get translated value in the variable?
I guess you need something like PropertyReferenceTranslation?
You can have a look at how I use it in the TranslatedNavigation macro:
https://github.com/dimitrikourk/Polyglot/blob/v2/Dimi.Polyglot/UmbracoRazorScripts/TranslatedNavigation.cshtml
is working on a reply...