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 of the Google Cloud Translation v3 API's `SupportedLanguage` class is 3.9.0, with several previous versions available for reference, down to version 2.2.0."],["The `SupportedLanguage` class provides information about a single supported language, including its display name and language code, with the code generally using the ISO 639-1 identifier."],["This class allows checking whether a language can be used as a source or target language in the translation process, through `SupportSource` and `SupportTarget` boolean properties."],["The `SupportedLanguage` class inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Constructors are provided for creating new instances of `SupportedLanguage`, including one that creates a new object from an existing `SupportedLanguage` instance."]]],[]]