Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: language choice

  1. #1
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default language choice

    On many sites you can choose your language. Some do it with little flags on the index next to the content, others with an index where you have to choose and then you go to the content (with or without cookie).
    My question is: which way do you think is the most visitor friendly, and is easy to notice but not annoying ?
    My site http://www.cecicasariego.com has a lot of visuals, so I need a good but simple and not annoying way of guiding the visitor to its language.
    Any comments ?

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Firstly, use content negotiation based on the browser's Accept-Language header to determine a suitable default. Then, use a profile "control panel" page to override this with a language of the user's choosing if your site is profile-based, or with a discrete but visible <select> somewhere on the page.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    Firstly, use content negotiation based on the browser's Accept-Language header to determine a suitable default. Then, use a profile "control panel" page to override this with a language of the user's choosing if your site is profile-based, or with a discrete but visible <select> somewhere on the page.
    Waw, and I thought I knew English well...
    Sorry Twey, but I don't understand a word of it !

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Aug 2005
    Posts
    200
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    What if you did it like wikkipedia does it. Their index.htm is where you select which language you want to see the web page in. This way that can make their choice when they first get to your site. JF

  6. #6
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    No, that's different. The different versions of Wikipedia aren't just translations, they are entirely different encyclop&#230;diae. The main page at www.wikipedia.org is a portal to several different sites, not several translations of one.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  7. #7
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Yes, they do an entire directory for each language. I assume they hired people to do the translations. There's a thread somewhere on the forums which basically concludes that web translators are horrible, and shouldn't be used . Unless you want to make light of it.
    - Mike

  8. #8
    Join Date
    Aug 2005
    Posts
    200
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    But you can still have it set up the same way at the index page. wouldn't it still accomplish what you wanted to do even though you won't have entirely different web pages. Would this not work?

  9. #9
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    Tzeym
    Could you please explain me this ? I really don't understand it.
    Firstly, use content negotiation based on the browser's Accept-Language header to determine a suitable default. Then, use a profile "control panel" page to override this with a language of the user's choosing if your site is profile-based, or with a discrete but visible <select> somewhere on the page.

  10. #10
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Basically, what Twey means is that you could create a user "Control Panel" for them to select the language of their choice. Once done so, it would change the default Accept-Language header. The second item he describes is have a select (or drop down) menu with all the language choices for the user to choice.

    I would recommend doing the latter, and use either sessions or cookies to remember that language.

    Hope this helps.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •