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 wixSiteFrontend from 'wix-site-frontend';
2
3// ...
4
5const regionalSettings = wixSiteFrontend.regionalSettings; // "en-us"