public sealed class LanguageCodePair : IMessage<Glossary.Types.LanguageCodePair>, IEquatable<Glossary.Types.LanguageCodePair>, IDeepCloneable<Glossary.Types.LanguageCodePair>, IBufferMessage, IMessage
[[["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 document outlines the `LanguageCodePair` class within the `Google.Cloud.Translate.V3` namespace, which is used in unidirectional glossaries for language translation."],["The `LanguageCodePair` class has been implemented in various versions, with the latest being 3.9.0 and the current version in the context of this page being 2.2.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer management."],["`LanguageCodePair` contains two properties, `SourceLanguageCode` and `TargetLanguageCode`, representing the input and output language codes, respectively, both of which are required strings in BCP-47 format."],["The class has two constructors, a default constructor `LanguageCodePair()` and another constructor that accepts another `Glossary.Types.LanguageCodePair` as a parameter to copy its values."]]],[]]