Comment #1 on issue 1034 by [email protected]: toLocaleString() does not support on chrome browser
http://code.google.com/p/v8/issues/detail?id=1034
This is also true for Date functions. For example: (new Date).toLocaleString().
Seems that English formatting is hard-coded in V8. http://code.google.com/p/v8/source/browse/trunk/src/date.js#461 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
