[[["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-05-02 UTC."],[[["The `LocalizedText` class represents a text string in a specific language, identified by its BCP-47 language code."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer management."],["The `LocalizedText` class has two key properties: `LanguageCode`, which holds the BCP-47 language code, and `Text`, which stores the localized string."],["It provides methods for calculating message size, creating deep clones, merging with other messages, and writing/reading data to/from coded streams, facilitating its usage within protocol buffer communication."],["The latest version available for this documentation is version 2.15.0, with previous versions 2.10.0 and 2.2.0 also documented."]]],[]]