From 85293567c5515d086c6aa0e43d05ef55a437cba5 Mon Sep 17 00:00:00 2001 From: Helen Kravchenko Date: Tue, 20 Jun 2023 11:25:21 +0200 Subject: [PATCH] Adding explanation on number formatting --- ...howto-add-support-for-number-formatting-in-the-storefront.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pbc/all/miscellaneous/202212.0/spryker-core-feature-overview/howto-add-support-for-number-formatting-in-the-storefront.md b/docs/pbc/all/miscellaneous/202212.0/spryker-core-feature-overview/howto-add-support-for-number-formatting-in-the-storefront.md index 747635de3ad..c576d1bcc2d 100644 --- a/docs/pbc/all/miscellaneous/202212.0/spryker-core-feature-overview/howto-add-support-for-number-formatting-in-the-storefront.md +++ b/docs/pbc/all/miscellaneous/202212.0/spryker-core-feature-overview/howto-add-support-for-number-formatting-in-the-storefront.md @@ -7,7 +7,7 @@ redirect_from: - /docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/howto-add-support-for-number-formatting-in-the-storefront.html --- -This document explains how to add support for number formatting in the Storefront UI. +Number formats can vary by locales. For example, if in the DE locale there is a number _123.456,78_, in the US locale it would be _123,456.78_. To enable the proper number formatting by locale in your store, follow the instructions in this document. ## Prerequisites