MediaLocalizedStringInput
Localized string value with language specification for internationalization support
input MediaLocalizedStringInput {
language: String!
value: String!
}
Fields
MediaLocalizedStringInput.language
● String!
non-null scalar
Language code for the localized content.
Must be a valid 2-character language code (e.g., 'EN', 'DE', 'FR'). Used to identify the language of the associated text value for proper localization and display.
MediaLocalizedStringInput.value
● String!
non-null scalar
Text content in the specified language.
The actual text value for the specified language. Must be between 3-255 characters and contain meaningful content for the associated field.
Member Of
MediaAttachmentInput
input ● MediaAttachmentSearchInput
input ● MediaDocumentInput
input ● MediaDocumentProductSearchInput
input ● MediaDocumentSearchInput
input ● MediaImageInput
input ● MediaImageProductSearchInput
input ● MediaImageSearchInput
input ● MediaVideoInput
input ● MediaVideoProductSearchInput
input ● MediaVideoSearchInput
input ● ObjectMediaSearchInput
input ● UpdateMediaAttachmentInput
input ● UpdateMediaDocumentInput
input ● UpdateMediaImageInput
input ● UpdateMediaVideoInput
input