Where is the latest of Language Selector of Umbraco 7.x
Dear all,
Currently I'm working on multilinguale website, however all the package and lib are old which I have develop in last couple of years. Please all master help/suggest me to select the latest version of Selector language.
What language selector do you have in mind? Is it a 3rd party package you're thinking about? Or is it where to change the backoffice language in Umbraco?
This will make a list of all your nodes using the document type "umbHomePage" and pull out the name of the node and a link to it. Remember to change the "umbHomePage" so it mach the alias of your document type for your hompage.
Now with the latest version of Umbraco we are using MVC and Razor syntax, I guess that there are some ways to implement language switcher which would apply for latest version of Umbraco.
Where is the latest of Language Selector of Umbraco 7.x
Dear all,
Currently I'm working on multilinguale website, however all the package and lib are old which I have develop in last couple of years. Please all master help/suggest me to select the latest version of Selector language.
I'm appreciate for that help.
Thanks all!
Hi there
What language selector do you have in mind? Is it a 3rd party package you're thinking about? Or is it where to change the backoffice language in Umbraco?
/Jan
Hi
You could build a langauge switcher, in Razor with this code for your frontend of your site. in my example I am using the typed version of Razor.
This will make a list of all your nodes using the document type "umbHomePage" and pull out the name of the node and a link to it. Remember to change the "umbHomePage" so it mach the alias of your document type for your hompage.
Hope this helps,
/Dennis
Thanks for all your help,
I worked with this library in last 2 years
http://our.umbraco.org/projects/website-utilities/multi-language-tools
as bellow suggestion of this article
http://webmove.be/home/blog/blog/2011/august/multilanguage-websites-with-umbraco-part4
Now with the latest version of Umbraco we are using MVC and Razor syntax, I guess that there are some ways to implement language switcher which would apply for latest version of Umbraco.
If have i would have more suggestion
Thanks
is working on a reply...