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.
- Fetch More then 10 Links Per Page in Google Search Result
- Gmail Error Bad Request Your client has issued a malformed or illegal request
- Google Celebrates Rosa Bonheur 200th birthday with a Google Doodle
- Resolving DNS_PROBE_FINISHED_NXDOMAIN Google Chrome Error
- Google Search Console: HTTPS is invalid and might prevent it from being indexed
- 86 Gmail keyboard shortcuts that you may find Advantageous
- How to Subscribe to Google Nest Aware on iPhone
- Page actions are temporarily disabled [Google Search Console Page Crawling]
- How to Undo-Revert Sent Email in Google Gmail
- How to get nest aware on iPhone
- Google translate in spreadsheet
- Fetch as Google Crawl Error or Redirected Status
- Installing Google Cloud macOS SDK
- Google Local Guide Program and Perks of Contributing to Google Maps
- How to subscribe nest aware?
- Turning Off Chat in Gmail
- Find Nearest Gas Station using Google Map App on your Phone
- How to Upload a File to Google Colab (txt, csv, json, xml, xlsx)
- [Fix] reCAPTCHA not working in Web Browser
- How to remove disable google search blue triangle
- How to install Google Chrome using Mac Terminal
- Possible outages message Google Webmaster tool
- How to insert image into Google Sheets cell
- Fix: Cannot contact reCAPTCHA. Check your connection and try again.
- Google Webmaster : An error has occurred. Please try again later
- [git] fatal: your current branch 'main' does not have any commits yet - Git
- Convert Instant timestamp into LocalDateTime Java Code Example - Java
- Check Wifi Connection static Android Programming - Android
- Command to check Last Login or Reboot History of Users and TTYs - Linux
- macOS Big Sur compatible Macs List - MacOS
- How to check if an element is hidden using jQuery code? - jQuery
- Shortcuts: How to Toggle Word Wrap in Visual Studio Code (VS Code) - Shortcuts
- How to List the SHA Digest of Docker Images - Docker