Translation functions in spreadsheets
October 1st, 2009 | Published in Google Docs
Earlier this week, we added two functions to Google spreadsheets that add translation and language detection capabilities.
These functions open up some fun and interesting ways to use forms. For example, you could collect comments in many languages and use the two functions together to automatically translate responses into your native language.
If you hover over a cell with translated text, the original text is displayed.
If you want to try it out for yourself, check out this template. We're excited about the possibilities this opens up and we hope you enjoy translating your spreadsheets.
- =GoogleTranslate("Hola, ¿cómo estás?","es","en") gives "Hi, how are you"
- =DetectLanguage("Hola, ¿cómo estás?") gives "es"
These functions open up some fun and interesting ways to use forms. For example, you could collect comments in many languages and use the two functions together to automatically translate responses into your native language.
If you hover over a cell with translated text, the original text is displayed.
If you want to try it out for yourself, check out this template. We're excited about the possibilities this opens up and we hope you enjoy translating your spreadsheets.