Results 1 to 4 of 4

Thread: Foreign web sites - Design

  1. #1
    Senior Member oshta's Avatar
    Join Date
    Nov 2003
    Location
    Uttoxeter
    Posts
    1,405
    Thanks
    0
    Thanked
    0 times in 0 posts

    Foreign web sites - Design

    Ok i've done a bit of webdesign, and i was wondering how possable is it to write a simple multi lingual web site ???

    - without and understanding for the language!!


    just a thought
    daniel

  2. #2
    only the finest beef
    Join Date
    Nov 2003
    Posts
    1,175
    Thanks
    4
    Thanked
    0 times in 0 posts
    There used to be a thing called babelfish. I think lycos linked to it.

    I don't know if you could pass it text in one language and get it back in another.

    I know that google offers translations to english, but I don't know for the other way around.

    Hope this helps

  3. #3
    Commander Keen
    Join Date
    Nov 2003
    Location
    217.27.240.214
    Posts
    624
    Thanks
    0
    Thanked
    0 times in 0 posts
    Woah.... This is a big ask. Babelfish is pretty good for small paragraphs.

    http://babelfish.altavista.com/babelfish/tr

    But try passing it a whole page... This it is not so good at. I got a French friend of mine to read back a page of text that came back from it. Between my piss French and his English we worked out that this is not great.

  4. #4
    Put him in the curry! Rythmic's Avatar
    Join Date
    Jul 2003
    Location
    Twyford, Berks
    Posts
    758
    Thanks
    1
    Thanked
    0 times in 0 posts
    I work on a website that currently supports 23 languages (+4 variants due to country, e.g Mexican Spanish) and I only speak one (well and some very broken German ). If you're just doing western european then it's no trouble whatsoever - just make sure you've got the

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

    line in the header of your page.

    If you're doing other languages (polish, russian, czech, chinese, etc. Then you've got a choice, unicode or code pages. Unicode uses multiple bytes to store a character, and supports every single character you'll ever need. Code pages swap around which character a byte will represent.

    The only reason to go with codepages is too support old browsers such as Nutscrape 4 - and it's a right pain in the arse. Go with Unicode unless you have good reason to support that useless thing. (We don't want to alienate the small percentage left - about 2.8% of our visitors)

    [edit]
    BTW unicode header is <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    [/edit]


    Oh - and I'd never ever want to use babelfish to translate webpages - just check out a french page in it (convert to english) and think - is that what I want my visitors to see?
    Now go away before I taunt you a second time.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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