Implement ECMAScript Internationalization API https://bugs.webkit.org/show_bug.cgi?id=90906 Ecma TC39 is likely to approve I18N API [1] very soon. Chrome (v8) [2] and MSIE have been implementing the spec. Firefox has a plan for the implementation (most likely to be with ICU). If this can be added to JavaScriptCore or its 'extension' (at least for ports using ICU like Safari ), it'd benefit web app

