15.7.4.3 Number.prototype.toLocaleString()

2010-07-11

string Number.prototype.toLocaleString()

Should return a locale specific formatted string representing this number value. May result the same as toString (but the specification does not encourage it).

The first parameter might be used in a future specification.