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, offering information about supported languages."],["The latest version available is 3.9.0, with documentation spanning from versions 2.2.0 to 3.9.0, allowing users to look at past versions if necessary."],["The `SupportedLanguage` class provides details like the display name, language code, and whether a language can be used as a source or target language for translation."],["The `SupportedLanguage` class inherits from object, and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes two constructors, `SupportedLanguage()`, and `SupportedLanguage(SupportedLanguage other)`, for creating new instances and allows users to create a new `SupportedLanguage` object based on an existing one."]]],[]]