admin管理员组

文章数量:1404923

Hello I want to make my site displayed in different languages. I had idea to use Google Translate API. Is it good method or it will make site slow? Is it patible with jQuery? If it's a bad solution can any expert of web development explain or give a link of good article, of better metod to translate whole site?

Hello I want to make my site displayed in different languages. I had idea to use Google Translate API. Is it good method or it will make site slow? Is it patible with jQuery? If it's a bad solution can any expert of web development explain or give a link of good article, of better metod to translate whole site?

Share Improve this question asked May 18, 2011 at 12:20 andriyandriy 4,1649 gold badges50 silver badges72 bronze badges 2
  • I don't consider this being a problem nor a question. Downvoted due to lack of research. – mekwall Commented May 18, 2011 at 12:38
  • Have you actually looked at the output of Google Translate? It's fine when you know you're looking at something translated by machine, but it gets all sorts of things terribly wrong. – Pointy Commented May 18, 2011 at 12:39
Add a ment  | 

2 Answers 2

Reset to default 3

As i can see, answered peoples already told you that google translate is not best choice. I suggest you make your own language file (.php) and let the user choose which language to use. But if you wanna that with google api, when try this: http://translateth.is/

Google Translate is all around a bad idea. Hire someone (find a friend) who speaks the languages your interested in targeting and have them do the translation. Heaven forbid you let Google do it and your English expression bees a Swedish insult.

Here's some articles to get you started (though I'm not sure what backend tech you're using):

http://java.sun./developer/technicalArticles/Intl/MultilingualJSP/

http://www.codeproject./KB/cs/multilanguageapplications.aspx

本文标签: javascriptMultiple language website with google translate apiStack Overflow