How to add multilanguage version in my site?? Need help. Urgent!

Discussion in 'Programming' started by PForex, Nov 22, 2006.

Thread Status:
Not open for further replies.
  1. #1
    Hello,

    Is anyone here know how to add multilanguage version into my site without have to create it manually?

    I've seen this script before but didn't know the URL.

    Anyone?



    Thanks.
     
    PForex, Nov 22, 2006 IP
  2. PForex

    PForex Banned

    Messages:
    156
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    No one knows?

    Owh so sad...
     
    PForex, Nov 22, 2006 IP
  3. PForex

    PForex Banned

    Messages:
    156
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Anyone? Lol.. i need help. Look like everyone is busy here in programming thread. :p
     
    PForex, Nov 22, 2006 IP
  4. PForex

    PForex Banned

    Messages:
    156
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Guys, programmer,

    Help me if you know..k?
     
    PForex, Nov 22, 2006 IP
  5. bwp58

    bwp58 Peon

    Messages:
    485
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Is this for a wordpress blog ?
     
    bwp58, Nov 22, 2006 IP
  6. bwp58

    bwp58 Peon

    Messages:
    485
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #6
    bwp58, Nov 22, 2006 IP
  7. pablo

    pablo Well-Known Member

    Messages:
    301
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    110
    #7
    This link ? forums.digitalpoint.com/showthread.php?t=42057
     
    pablo, Nov 22, 2006 IP
  8. ciwee

    ciwee Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    It's simple man..
    Do you understand about XHTML/CSS templates? That's the answer. Since you have a site "templated" you can create server side functions to fill the content. The language would come from a mySQL data base or whatelse.
    Search about it.
     
    ciwee, Nov 23, 2006 IP
  9. infonote

    infonote Well-Known Member

    Messages:
    4,032
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    160
    #9
    Using wordpress is easy, I have the code if you want.

    http://translate.google.com/translate?u=website url&langpair=language abbreviation to translate from%7Clanguage abbreviation to translate to&hl=language abbreviation to translate to&ie=UTF-8&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools
    
    //Arabic
    
    <A HREF="http://translate.google.com/translate?u={permalink_link}&langpair=en%7Car&hl=en&ie=UTF-8&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools">
    <IMG SRC="http://static.flickr.com/90/263639495_a72dd4fab0_m.jpg">
    
    //Chinese
    
    <A HREF="http://translate.google.com/translate?u={permalink_link}&langpair=en%7Czh-CN&hl=en&ie=UTF-8&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools">
    <IMG SRC="http://static.flickr.com/83/263639496_a228d17275_m.jpg">
    
    //French
    
    fr
    
    
    <A HREF="http://translate.google.com/translate?u={permalink_link}&langpair=en%7Cfr&hl=en&ie=UTF-8&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools">
    <IMG SRC="http://static.flickr.com/107/263639497_1a716afa36_m.jpg">
    
    //German
    
    
    
    <A HREF="http://translate.google.com/translate?u={permalink_link}&langpair=en%7Cde&hl=en&ie=UTF-8&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools">
    <IMG SRC="http://static.flickr.com/83/263639498_5dd26f2c23_m.jpg">
    
    //Italian
    
    
    
    <A HREF="http://translate.google.com/translate?u={permalink_link}&langpair=en%7Cit&hl=en&ie=UTF-8&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools">
    <IMG SRC="http://static.flickr.com/113/263639499_cbe1992f08_m.jpg">
    
    //Japanese
    
    
    
    <A HREF="http://translate.google.com/translate?u={permalink_link}&langpair=en%7Cja&hl=en&ie=UTF-8&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools">
    <IMG SRC="http://static.flickr.com/92/263639500_9bb7fd3efa_m.jpg">
    
    
    //Korean
    
    
    <A HREF="http://translate.google.com/translate?u={permalink_link}&langpair=en%7Cko&hl=en&ie=UTF-8&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools">
    <IMG SRC="http://static.flickr.com/84/263639833_6355956554_m.jpg">
    
    
    //Portugese
    
    
    
    
    <A HREF="http://translate.google.com/translate?u={permalink_link}&langpair=en%7Cpt&hl=en&ie=UTF-8&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools">
    <IMG SRC="http://static.flickr.com/108/263639835_6af07e5c78_m.jpg">
    
    //Spanish
    
    
    <A HREF="http://translate.google.com/translate?u={permalink_link}&langpair=en%7Ces&hl=en&ie=UTF-8&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools">
    <IMG SRC="
    http://static.flickr.com/79/263639836_50de9cf7b5_m.jpg">
    
    
    
    
    
    Code (markup):
     
    infonote, Nov 23, 2006 IP
  10. Barti1987

    Barti1987 Well-Known Member

    Messages:
    2,703
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    185
    #10
    or you can use Babelfish (by altavista).

    Peace,
     
    Barti1987, Nov 23, 2006 IP
  11. ciwee

    ciwee Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Babelfish should be used just when you need your site to be translated to a variety of languages and dont have time to do it mannualy, the results are not good.

    There's no other way more simple than creating PHP methods that return content inside CSS blocks.

    setLanguage(ENGLISH)
    Like <h1>getTitle()</h1>

    of course if you use CMSs like Wordpress they'll provide a lot of pre-translated skeletons but the content itself will have to be translated this way.
     
    ciwee, Nov 23, 2006 IP
Thread Status:
Not open for further replies.