Skip to content

getRequestLocale

const getRequestLocale: (source) => I18nState | null

Defined in: @storesynk/react/dist/request.d.ts:23

The buyer’s market from the storesynk_locale cookie (written by the client store under persistLocale: 'cookie'). Absent/garbage cookie ⇒ null ⇒ the config defaults, so passing it unconditionally is safe.

CookieSource

I18nState | null