Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • lpastor 140 posts 19 karma points
    Feb 17, 2009 @ 01:00
    lpastor
    0

    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

  • fed 199 posts 70 karma points
    Feb 17, 2009 @ 08:40
    fed
    0

    Saw this example somewhere some time ago, should get you started.

    [code]

    [/code]

  • Fredrik Kvivesen 73 posts 20 karma points
    Feb 17, 2009 @ 09:47
    Fredrik Kvivesen
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies