This is a simple question:
I would like to know, in which language is Google Translator Frontend programmed in?
Does anybody have an idea?
This is a simple question: I would like to know, in which language is
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Front-end? This: http://translate.google.com/ ? Javascript (AJAX)/HTML/Css (you can look at the source code)
At each keypressed they will send a GET request (callback in JSON) which will contain the language, the char you typed in order to update the UI.
Example: Input (English): Do you like sushi? Output (Spanish): ¿Te gusta el sushi ?