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, ISO-639 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, version 3.2.0."],["The `SupportedLanguage` class provides information about a single supported language for translation and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `DisplayName` (localized language name), `LanguageCode` (ISO 639-1 identifier), `SupportSource` (ability to be used as a source language), and `SupportTarget` (ability to be used as a target language)."],["This page also contains a list of other versions for the Google.Cloud.Translate.V3 class, ranging from 2.2.0 to the latest 3.9.0."]]],[]]