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.
Parameters
Section titled “Parameters”string | null | undefined
Returns
Section titled “Returns”I18nState | null