[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `LocalizedText` class represents a text string that has been translated into a specific language, identifiable by a BCP-47 language code."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for compatibility with Google Protobuf functionalities and deep cloning operations."],["It provides two primary properties, `Text` for the localized string itself, and `LanguageCode` for the associated language code, which can be set to designate the translation."],["There are two constructors, one is empty, and the other takes another instance of the `LocalizedText` class, and it provides methods for operations like calculating size, cloning, merging, and comparison."],["The `LocalizedText` class includes static properties such as `Descriptor` and `Parser`, which provide essential metadata and parsing capabilities, respectively, for working with this type."]]],[]]