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."],[[["This documentation page covers the `Glossary.Types.LanguageCodesSet` class, a part of the Google Cloud Translation v3 API."],["`LanguageCodesSet` is utilized with equivalent term set glossaries in the Google Cloud Translation v3 API."],["The `LanguageCodesSet` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `LanguageCodes` property, which is a list of ISO-639 language codes, represented as strings, that define the languages within the glossary."],["There are several versions of the Google Cloud Translation V3 API referenced, ranging from 2.2.0 up to the latest version, 3.9.0."]]],[]]