Skip to main content

LocalizedStringArray

A multivalue string representation of a type Field that is suitable for Localization

type LocalizedStringArray {
language: String!
values: [String!]
}

Fields

LocalizedStringArray.language ● String! non-null scalar

Language is set as 2 character country code.

LocalizedStringArray.values ● [String!] list scalar

List of localized string values

Member Of

AttributeTextValue object ● MediaDocument object ● MediaImage object ● MediaVideo object