Hi,
I’m trying to get the locale when customer do a checkout, and I’m using ‘request’ object in ‘Order Status Page (Addtional Script)’ in Checkout Settings. Something like this
{{ request.locale.name }}
But it’s not return anything
Do you know if I did something wrong?