This Video describes how translate text one language to another language and how split text and how join the two texts
Function Syntax :
=GOOGLETRANSLATE(text, source_language, target_language)
Example
English to Tamil
=googletranslate("welcome","en","ta")
IF A2 Cell Contains some text in google sheet
=googletranslate(A2, "en","ta")
English to Hindi
=googletranslate(A2, "en","hi")
Just Two Letter of Source Language and Target Languge
For More Information
https://developers.google.com/admin-s...
#tamil
#google
#googlesheets
#translate
#googlesheetstips
#googlesheetstutorial