diff --git a/client/components/Events/EventPreviewContent.tsx b/client/components/Events/EventPreviewContent.tsx index 5ce2e36db..dbff0384f 100644 --- a/client/components/Events/EventPreviewContent.tsx +++ b/client/components/Events/EventPreviewContent.tsx @@ -96,7 +96,7 @@ export class EventPreviewContentComponent extends React.PureComponent { previewGroupToProfile(PREVIEW_PANEL.EVENT, formProfile), { item: item, - language: getUserInterfaceLanguageFromCV(), + language: item.language ?? getUserInterfaceLanguageFromCV(), renderEmpty: true, schema: formProfile.schema, profile: formProfile,