LocalizedString

JSON representation
{

  "kind"
: 
string
,

  "translatedValues"
: 
[

    {

      object (
TranslatedString
)

    }

  ]
,

  "defaultValue"
: 
{

    object (
TranslatedString
)

  }

}
Fields
kind
(deprecated)

string

Identifies what kind of resource this is. Value: the fixed string "walletobjects#localizedString" .

translatedValues[]

object ( TranslatedString )

Contains the translations for the string.

defaultValue

object ( TranslatedString )

Contains the string to be displayed if no appropriate translation is available.

TranslatedString

JSON representation
{

  "kind"
: 
string
,

  "language"
: 
string
,

  "value"
: 
string

}
Fields
kind
(deprecated)

string

Identifies what kind of resource this is. Value: the fixed string "walletobjects#translatedString" .

language

string

Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".

value

string

The UTF-8 encoded translated string.