public sealed class SupportedLanguage : IMessage<SupportedLanguage>, IEquatable<SupportedLanguage>, IDeepCloneable<SupportedLanguage>, IBufferMessage, IMessage
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 document outlines the `SupportedLanguage` class within the `Google.Cloud.Translate.V3` namespace, detailing its properties and functionalities in version 2.3.0."],["The `SupportedLanguage` class provides information about a single supported language, including its display name, language code, and whether it can be used as a source or target language."],["Version 3.9.0 is the latest version available, with versions ranging from 3.9.0 down to 2.2.0 being listed on this page for use."],["The `SupportedLanguage` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Properties of `SupportedLanguage` include `DisplayName`, `LanguageCode`, `SupportSource`, and `SupportTarget`, each with specific value types and descriptions, for handling the information of supported languages."]]],[]]