diff --git a/libs/martech/martech.js b/libs/martech/martech.js index 1d78f7c089..bef35b6249 100644 --- a/libs/martech/martech.js +++ b/libs/martech/martech.js @@ -200,7 +200,7 @@ const loadMartechFiles = async (config) => { setDeep( window, 'alloy_all.data._adobe_corpnew.digitalData.page.pageInfo.language', - { locale: config.locale.prefix.replace('/', ''), langCode: config.locale.ietf }, + config.locale.ietf, ); setDeep(window, 'digitalData.diagnostic.franklin.implementation', 'milo');