Translate content using Gemini from Google Sheets
Use GEMINI(prompt) function to translate your text any language
- Get content of the site using web functions
=WEB_URL(“https://docgpt.ai”)
- After that let’s use AI for translation the content
=GEMINI(“Translate content into French” & A35)
where A35 is content of your scrapped site
Prerequisites
-
Go to the GPT for Sheets.
-
Click Install.
