public sealed class Glossary.Types.LanguageCodesSet : IMessage<Glossary.Types.LanguageCodesSet>, IEquatable<Glossary.Types.LanguageCodesSet>, IDeepCloneable<Glossary.Types.LanguageCodesSet>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class Glossary.Types.LanguageCodesSet.
public RepeatedField<string> LanguageCodes { get; }
The ISO-639 language code(s) for terms defined in the glossary.
All entries are unique. The list contains at least two entries.
Expected to be an exact match for GlossaryTerm.language_code.
[[["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 class `Glossary.Types.LanguageCodesSet` is version 3.9.0."],["This class is used for managing language code sets in equivalent term set glossaries within the Google Cloud Translation API."],["`Glossary.Types.LanguageCodesSet` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `LanguageCodes` property, which is a `RepeatedField` of strings representing ISO-639 language codes."],["The class has a constructor that accepts another `LanguageCodesSet` object, and a parameterless constructor as well."]]],[]]