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."],[[["The latest version available for the Google Cloud Translation v3 API is 3.9.0, but the current page details version 3.7.0."],["The `SupportedLanguage` class in this API is a single response containing information about one supported language and implements multiple interfaces."],["The `SupportedLanguage` class has properties like `DisplayName`, `LanguageCode`, `SupportSource`, and `SupportTarget`, which provide details about the language, its identifier, and whether it can be a source or target language."],["This version 3.7.0 provides documentation for the class `SupportedLanguage`, which can be used for multiple purposes, such as getting the language name, code, if its supported as source language, and if it is supported as target language."],["The documentation includes a list of previous versions of the API, starting from version 2.2.0 up to 3.8.0, in addition to the current version 3.7.0, and the latest 3.9.0."]]],[]]