Update Prices on Page
The <IgPrice/> Component
<IgPrice/> ComponentThe useIgPrices() Hook
useIgPrices() HookInternationalization
const { dispatchData } = useContext(IntelligemsContext);
dispatchData({
type: "SET_ACTIVE_CURRENCY_CODE",
payload: "EUR",
});Last updated