but I have no idea how to make a language selector (probably some links navigation to user can switch language ... so from en/page3 with click on da link go to da/page3)
Then I have two small flags in the master template, 1 Norwegian and 1 English, wich will switch over from the site I want with simply link them together. No code and plain and simple, but does the work! :)
Multi languaage ... again :-(
Hi
I need to make a presentation for customer about Umbraco possibilities for Multilingual web site
I think that approach of
Content
|-- Site
|-- da (danish)
| |-- Page 1
| |-- Page 2...
| |-- Page 3...
|-- en (english)
| |-- Page 1
| |-- Page 2...
| |-- Page 3...
but I have no idea how to make a language selector (probably some links navigation to user can switch language ... so from en/page3 with click on da link go to da/page3)
can somebody give me some quick idea ...?
thnks
Saw this example somewhere some time ago, should get you started.
[code]
[/code]
What I did for Norwegian / English was:
Content
|Home NO
||(NO underpages)
|Home EN
||(EN underpages)
Then I have two small flags in the master template, 1 Norwegian and 1 English, wich will switch over from the site I want with simply link them together. No code and plain and simple, but does the work! :)
Fredrik
is working on a reply...