Multlanguage using HTML

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aniltc
    New Member
    • Jul 2006
    • 17

    #1

    Multlanguage using HTML

    Hi all

    I am new to websites and its concepts.I have to implement multilanguage facility in both English and German.I am not using any server side Scripting Lnaguage.I use only HTML


    I don't know how to create a multilanguage using html.I have already created the site in English.Now i want to give the German link in my site and clicking on that link,the contents of the page should be changed to German.How can i do this using HTML.

    Please tell me a way.I am in deep trouble.

    Thanks
  • steven
    New Member
    • Sep 2006
    • 143

    #2
    Unless you want to mirror the entire website twice, with two seperate html files, one for German and one for English, then you will probably be best off with a dynamic server side scripted solution. Nearly all the work I do is multilingual, both French and English and we use a database driven approach with PHP.

    If you really can't use a server-side / database driven approach and you don't want to make the same page twice with different languages, then perhaps you can cheat a little and use Javascript and place all the language values in an array. Populate the HTML with the english array or the German array, depending on the link selected.

    Comment

    • Tog
      New Member
      • Feb 2007
      • 11

      #3
      Hello,

      Perhaps you could try using the Systran translation service.

      they are at http://www.systransoft.com/index/Pro...nline-Services

      Regards

      Tog
      Last edited by Tog; Feb 13 '07, 12:13 PM. Reason: spell correction

      Comment

      • aniltc
        New Member
        • Jul 2006
        • 17

        #4
        Originally posted by steven
        Unless you want to mirror the entire website twice, with two seperate html files, one for German and one for English, then you will probably be best off with a dynamic server side scripted solution. Nearly all the work I do is multilingual, both French and English and we use a database driven approach with PHP.

        If you really can't use a server-side / database driven approach and you don't want to make the same page twice with different languages, then perhaps you can cheat a little and use Javascript and place all the language values in an array. Populate the HTML with the english array or the German array, depending on the link selected.
        Thanks

        can you please give me an example how to do in javascript.I am totally new to this area and how can i do in php ?, please

        Please help me

        Comment

        • drhowarddrfine
          Recognized Expert Expert
          • Sep 2006
          • 7434

          #5
          There are whole books written about javascript and whole books about what you want to do. There is no way anyone can do the whole process here.

          Comment

          • AricC
            Recognized Expert Top Contributor
            • Oct 2006
            • 1885

            #6
            Did you try the translation service above? Sounds like that would be your best bet.

            Comment

            Working...