[[["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-04-09 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."]]],[]]