Store language and currency

before update store language or currency make sure that language or currency is supported from https://web.zid.sa/account/settings/store

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 session

Last updated

Was this helpful?