What is basic idea in language translation in web programming ?

Suppose i hаνе a web site i wanna ѕhοw іt іn multiple languages
whаt аrе thе programming changes tο database html οr php іf thе php іѕ server side tech.

dο nοt suggest аnу translation tool lіkе google translation.
i wana dο іt using programming lіkе utf аnd unicode method

All аnѕwеr аrе welcome

3 Responses to “What is basic idea in language translation in web programming ?”

  • Kathy Yin says:

    well,i only know some about php & mysql.
    there are some ways ,like: mysql_query(“set names ‘utf-8′”),

  • Jallan says:

    Look up “Language translation software” in Google. There is a lot of it around. The excellent stuff is expensive.

    But none of these products do anything close to a perfect job.

    You can’t use Unicode or UTF to translate. Unicode is only a method to allow you to straightforwardly show the character sets that are used in various languages. But a touch else, whether it is Google translation or other translation software or you, yourself, must know how to use the Unicode characters.

    Essentially, if you want a website to appear with text in English, French, German, Japanese, and Arabic, then you need to learn those languages, or get some people who know those languages to work with you on the site, or use translation software like Google translation.

    There is no “basic thought” in language translation for web programming that is different from any other language translation.

  • Ayesha Aleena says:

    For software localization, take help of systran, or you may hire some software translation ageny like http://www.wahabltd.com

Leave a Reply

You must be logged in to post a comment.