GraphQL referenceTypesStableObjectsLocalizedStringsOn this pageLocalizedStringsA representation of an array of strings which can be of a specific language. type LocalizedStrings { language: Language values: [String]} Fields language ● Language The language of the strings values ● [String] The value of the strings Example { "language": { "code": "EN" }}