public sealed class LocalizedMessage : IMessage<LocalizedMessage>, IEquatable<LocalizedMessage>, IDeepCloneable<LocalizedMessage>, IBufferMessage, IMessage
Provides a localized error message that is safe to return to the user
which can be attached to an RPC error.
[[["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."],[[["The `LocalizedMessage` class provides a way to include localized error messages that are safe for users and can be attached to RPC errors."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its versatility in handling message data."],["It includes properties `Locale` and `Message`, allowing the setting and retrieval of the error message's language tag and the localized error string itself."],["The class provides methods for deep cloning, merging data from input streams or other `LocalizedMessage` instances, and calculating its size in Protocol Buffer wire format."],["There are multiple versions available, with `2.15.0` being the latest, and there are also `2.10.0` and `2.2.0` versions."]]],[]]