Skip to main content

supported_languages

Creates, updates, deletes, gets or lists a supported_languages resource.

Overview

Namesupported_languages
TypeResource
Idgoogle.translate.supported_languages

Fields

NameDatatypeDescription
languagesarrayA list of supported language responses. This list contains an entry for each language the Translation API supports.

Methods

NameAccessible byRequired ParamsDescription
projects_get_supported_languagesSELECTprojectsIdReturns a list of supported languages for translation.
projects_locations_get_supported_languagesSELECTlocationsId, projectsIdReturns a list of supported languages for translation.

SELECT examples

Returns a list of supported languages for translation.

SELECT
languages
FROM google.translate.supported_languages
WHERE projectsId = '{{ projectsId }}';