google_api_android_enterprise v0.0.1 GoogleApi.AndroidEnterprise.V1.Model.LocalizedText View Source
A localized string with its locale.
Attributes
- locale (String): The BCP47 tag for a locale. (e.g. "en-US", "de"). Defaults to:
null
. - text (String): The text localized in the associated locale. Defaults to:
null
.