diff --git a/components/case/representation/index.js b/components/case/representation/index.js
index 09d933a6..192b589a 100644
--- a/components/case/representation/index.js
+++ b/components/case/representation/index.js
@@ -552,6 +552,7 @@ let MakeRepresentation = (props) => {
: isLPA
? "lpa"
: values.representationCapacity,
+ "locale": locale,
}));
console.log(values);
currentView.representationSubmit != true
diff --git a/components/case/representation/representationElements.js b/components/case/representation/representationElements.js
index 3c1c4359..ea7fc8e1 100644
--- a/components/case/representation/representationElements.js
+++ b/components/case/representation/representationElements.js
@@ -123,7 +123,7 @@ export const RenderCondtionalRadioList = ({
...custom
}) => {
const required = (value) => (value ? undefined : "Required");
-
+ let { t } = useTranslation();
return (
<>