If you want to translate data in Google spreadsheet cells from one language to another then you can make use of GOOGLETRANSLATE syntax, let's see an example of how to use it.
Syntax/Formula : GOOGLETRANSLATE(text, [source_language, target_language])
text: Its the text you want to get translated, it should be enclosed with double quotes, you can also specify cell ID here.
source_language: This field is used to specify the source language of the text specified. It contains two-letter language code enclosed within double quotes, e.g. "en" for English or "ko" for Korean, "de" for German, "hi" or Hindi and so on, or "auto" to auto-detect the language.
Note: This is an OPTIONAL field. If source_language is not added, target_language must also be not be added.
target_language: This field is used to specify the targeted language of the text specified. It contains two-letter language code enclosed within double quotes, e.g. "en" for English or "ko" for Korean, "de" for German, "hi" or Hindi and so on, or "auto" to auto-detect the language.
- How to upload and read csv file in Google Colab
- Resolving DNS_PROBE_FINISHED_NXDOMAIN Google Chrome Error
- Fix - ModuleNotFoundError: No module named google.colab
- Fetch More then 10 Links Per Page in Google Search Result
- Find Nearest Gas Station using Google Map App on your Phone
- How to get nest aware on iPhone
- Fix: Cannot contact reCAPTCHA. Check your connection and try again.
- Enable Dark Mode in Google Search
- How to Mount Google Drive in Colab Notebook
- [Fix] reCAPTCHA not working in Web Browser
- Google Celebrates Rosa Bonheur 200th birthday with a Google Doodle
- How to Subscribe to Google Nest Aware on iPhone
- Google Local Guide Program and Perks of Contributing to Google Maps
- How to remove disable google search blue triangle
- 86 Gmail keyboard shortcuts that you may find Advantageous
- How to insert image into Google Sheets cell
- How to Open a New Notebook in Google Colab
- Google Colab: How to read file from Google Drive
- How to Access Local Files in Google Colab
- Installing Google Cloud macOS SDK
- Turning Off Chat in Gmail
- How to do a Reverse Image Search Using Google Tools
- Google Search Console: HTTPS is invalid and might prevent it from being indexed
- How to Show Line Numbers in Google Colab Cells
- Fetch as Google Crawl Error or Redirected Status
- How to run CMD console commands in Notepad++ - NotepadPlusPlus
- Base64 Encoding Decoding in Python Programming - Python
- Read a file using Java 8 Stream - Java
- Know your Public IP Address Tool - Tools
- Where to find Azure Virtual Machine (VM) Pricing Details in Azure Portal - Azure
- Capitalize the first letter of each word using Notepad++ - NotepadPlusPlus
- How to uninstall Microsoft Outlook on Mac - MacOS
- How to create SharePoint List Item programmatically using C#.net - SharePoint