getRequestLocale
constgetRequestLocale: (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.
Parameters
Section titled “Parameters”source
Section titled “source”Returns
Section titled “Returns”I18nState | null