Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Translate
  • Getting started
    • Overview
    • API authentication
      • Overview
        • Overview
        • Translate
        • DetectLanguage
        • ListLanguages
  • Access management
  • Pricing policy
  • Audit Trails events

In this article:

  • gRPC request
  • ListLanguagesRequest
  • ListLanguagesResponse
  • Language
  1. API reference
  2. gRPC
  3. Translation
  4. ListLanguages

Translate API v2, gRPC: TranslationService.ListLanguages

Written by
Yandex Cloud
Updated at January 13, 2025
  • gRPC request
  • ListLanguagesRequest
  • ListLanguagesResponse
  • Language

Retrieves the list of supported languages.

gRPC requestgRPC request

rpc ListLanguages (ListLanguagesRequest) returns (ListLanguagesResponse)

ListLanguagesRequestListLanguagesRequest

{
  "folder_id": "string"
}

Field

Description

folder_id

string

ID of the folder to which you have access.
Required for authorization with a user account.
Do not specify this field if you make the request on behalf of a service account.

ListLanguagesResponseListLanguagesResponse

{
  "languages": [
    {
      "code": "string",
      "name": "string"
    }
  ]
}

Field

Description

languages[]

Language

List of supported languages.

LanguageLanguage

Field

Description

code

string

The language code.
Most languages are specified in ISO 639-1 format (for example, ru), but the field are not limited to it.

name

string

The name of the language (for example, English).

Was the article helpful?

Previous
DetectLanguage
Next
Overview
© 2025 Direct Cursus Technology L.L.C.