Change arabic number format.
-
How can I use Arabic language without displays arabic number ١٢٣٤٥ ?
I want display Normal format 12345. -
Hi @rosisse,
If you check this file
packages/Webkul/Core/src/Core.php
. In this file we have usedNumberFormatter
class. You need to set en locale for each object.For example,
$num = NumberFormatter('en', NumberFormatter::DECIMAL);