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