LocalizedText
Stay organized with collections
Save and categorize content based on your preferences.
struct LocalizedText
extension LocalizedText : Equatable, Hashable, Sendable
Represents a localized string and its corresponding locale.
This struct maps to Google_Type_LocalizedText, defined here:
google3/google/type/localized_text.proto.
-
The actual localized text.
-
The BCP-47 locale (e.g. “en-US”).
-
Declaration
Swift
init(text: String, locale: Locale)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Incorrect information","incorrectInformation","thumb-down"],["Not enough information/samples","notEnoughInformationSamples","thumb-down"],["Too complicated","tooComplicated","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-26 UTC."],[],[]]