<?php foreach (['tr_TR', 'en_US', 'ar_SA', 'ar-u-nu-latn'] as $locale) { $numberFormatter = new NumberFormatter($locale, NumberFormatter::PERCENT); echo "$locale: 0.7 => " . $numberFormatter->format(0.7) . PHP_EOL; }
You have javascript disabled. You will not be able to edit any code.