Google Translate Api Language Codes ((exclusive)) Jun 2026

In some API versions (like Cloud Translation - Advanced ), you can use more specific codes to handle regional dialects or scripts: : pt-BR Portuguese (Portugal) : pt-PT English (UK) : en-GB French (Canada) : fr-CA How to Programmatically Get the Full List

detection = translate_client.detect_language('Bonjour') google translate api language codes

As of 2026, Google Cloud Translation supports over 245 languages. Below is the categorized master list of codes. (Note: Google adds languages regularly; always check the official documentation for the latest additions.) In some API versions (like Cloud Translation -

curl -X POST \ -H "Authorization: Bearer $(gcloud auth print-access-token)" \ -H "Content-Type: application/json; charset=utf-8" \ -d " 'q': 'The weather is beautiful today.', 'source': 'en', 'target': 'es', 'format': 'text' " \ "https://translation.googleapis.com/language/translate/v2" google translate api language codes

Made on
google translate api language codes
Tilda