A possibly-localized text payload. Some Text fields may contain marked-up content.
JSON representation |
---|
{
"value": string,
"localizedValue": [
{
object ( |
Fields | |
---|---|
value |
Text value in an unknown locale. Required if and only if |
localized |
Per-locale text values. Optional. |
LocalizedString
Instance of a string in one locale.
JSON representation |
---|
{ "locale": string, "value": string } |
Fields | |
---|---|
locale |
IETF BCP 47 language code, such as "en", "mas", "zh-Hant", "de-CH-1901". See http://www.w3.org/International/articles/language-tags/. |
value |
Message in the locale above (UTF-8). |