Search...
regionalSettings
Gets the site's regional settings.
Description
The retrieved regional settings corresponds to the regional settings that has been entered in the General Info section of your site's Dashboard.
The regional settings are used to determine how numbers, dates, and currencies are displayed on your site.
Type:
stringRead Only
Was this helpful?
Get the site's regionalSettings
Copy Code
1import wixSite from 'wix-site';23// ...45const regionalSettings = wixSite.regionalSettings; // "en-us"