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."],[[["The `SupportedLanguage` class, part of Google.Cloud.Translate.V3, provides information about a single supported language for translation, such as its human-readable name and language code."],["Version 3.9.0 is the latest version of the Google.Cloud.Translate.V3 library, with versions dating back to 2.2.0 being included."],["The `SupportedLanguage` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while inheriting from the `Object` class."],["`SupportedLanguage` has properties such as `DisplayName`, `LanguageCode`, `SupportSource`, and `SupportTarget` that are all accessible via get and set methods, providing details about each supported language."]]],[]]