public sealed class SupportedLanguage : IMessage<SupportedLanguage>, IEquatable<SupportedLanguage>, IDeepCloneable<SupportedLanguage>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class SupportedLanguage.
A single supported language response corresponds to information related
to one supported language.
Supported language code, generally consisting of its ISO 639-1
identifier, for example, 'en', 'ja'. In certain cases, BCP-47 codes
including language and region identifiers are returned (for example,
'zh-TW' and 'zh-CN')
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation page covers the `SupportedLanguage` class within the Google Cloud Translation v3 API, focusing on version 3.1.0."],["The `SupportedLanguage` class provides information about a single supported language, including its `DisplayName` and `LanguageCode`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protocol Buffers ecosystem."],["Properties of the class determine if the language can be used as a source language with `SupportSource` or a target language with `SupportTarget`, both being boolean values."],["The page also includes access to the documentation of other available versions, from version 2.2.0 up to the latest, 3.9.0."]]],[]]