Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

165
Views
Number format in IE11 and Chrome

I am trying this code:

Intl.NumberFormat('ar').format(99)

In IE11 I am getting number converted to Arabic numerals but not in chrome.

PS: I am just passing language code, not region locale.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Possible fixes with the numbering system:

console.log("Default             : ",Intl.NumberFormat('ar').format(99));

console.log("With u-nu-arab      : ",Intl.NumberFormat('ar-u-nu-arab').format(99));

console.log("With NumberingSystem: ",Intl.NumberFormat('ar',{numberingSystem:"arab"}).format(99));

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!