Store language and currency
Last updated
Was this helpful?
Last updated
Was this helpful?
before update store language or currency make sure that language or currency is supported from
To change app language and shipping country, make a POST to:
'/customer/lang-shipping-country'
with params:
redirect_to
url to redirect after post
country
country code supported by store
language
language code 'ar' , 'en' if it's supported by store
'_token'
as hidden input with value of {{csrf_token}}
to find active language and session please check