Skip to content

parseLocaleCookie

parseLocaleCookie(value): I18nState | null

Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/localization/persist.d.ts:31

Parse the raw storesynk_locale cookie value (<COUNTRY>/<LANGUAGE>). Env-free - this is what server runtimes (Astro/Next) use to read the buyer’s market off the request. Returns null for garbage.

string | null | undefined

I18nState | null