HomeVendure CoreShow hidden breadcrumbs...ConfigurableOperationDefLocalizedStringArrayLocalizedStringArray@vendure/coreSource An array of string values in a given LanguageCode, used to define human-readable string values. The ui property can be used in conjunction with the Vendure Admin UI to specify a custom form input component. Example Tsconst title: LocalizedStringArray = [ { languageCode: LanguageCode.en, value: 'English Title' }, { languageCode: LanguageCode.de, value: 'German Title' }, { languageCode: LanguageCode.zh, value: 'Chinese Title' },] Signaturetype LocalizedStringArray = Array<Omit<LocalizedString, '__typename'>>Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousDefaultFormConfigHashNextConfigurationEdited Jan 28, 2026ยทEdit this page