Google Translate functions now in Google Docs Spreadsheets
Google Docs introduced two more new functions for the Spreadsheets. One is for translating into a language while the other one is for detecting the language.
=GoogleTranslate(text,fromLanguage,toLanguage)
=DetectLanguage(text)
are the Add translation and language detection capabilities functions.
The first function makes use of three fields.
=GoogleTranslate(“Hola, ¿cómo estás?”,”es”,”en”) gives “Hi, how are you”.
The first field is where the original text is taken for translation,second field is the language type of and the final field indicates which language you want want the text to be translated into.
Similarly,
=DetectLanguage(“Who are you”) gives “en” as the original text is in English.
Some of the local languages that are prsent in the list cannot be translated like Malayalam, Kannada, Sanskrit.etc.,
Links: Google Docs , Language Codes
Related posts:
- Google Hot Trends now in Google Search Results Page Share Google Trends provides a way to track the hot...
- Google Latitude for iPhone and iPod Touch Share Good news for the iPhone lovers.Google is so excited...




