A
Cloudflare location
Country metadata selects the first regional language and currency without setting a default locale cookie.
Cloudflare detects the request country and supplies regional language and currency defaults. Save with a demo name to sync region, language, and derived currency across devices.
region=US
language=en
currency=USD
Country metadata selects the first regional language and currency without setting a default locale cookie.
A stored named preference wins across devices; anonymous preferences remain in an HttpOnly cookie.
Choosing a new region updates KV and the local cookie; currency follows the region.
{
"language": "en",
"region": "US",
"currency": "USD",
"source": "Cloudflare location",
"detected": {
"language": "en",
"region": "US",
"currency": "USD"
},
"country": "US",
"actualCountry": "US",
"simulatedCountry": null,
"isSimulated": false,
"city": "Columbus",
"colo": "CMH",
"continent": "NA",
"timezone": "America/New_York",
"hasSavedPreference": false,
"hasStoredProfile": false
}