ECMA-402 DefaultLocale
# Mike Samuel (9 years ago)
Are lines 149-164 the part you want people to look at?
Are lines 149-164 the part you want people to look at? On May 23, 2016 4:47 PM, "Geoffrey Garen" <ggaren at apple.com> wrote: > Hi folks. > > ECMA-402 lists default locale as an unspecified "implementation dependent > behaviour”. > > In the absence of a specified default locale behavior, can we agree to a > de facto or best effort behavior to match the OS’s or browser’s locale and > language settings? > > We’d like Safari and WebKit to honor the OS's locale and language settings > so that language, time, date, currency, etc. present just as well in web > content as they do in native apps. You can see the approach we took here: > > < > http://trac.webkit.org/browser/trunk/Source/WTF/wtf/PlatformUserPreferredLanguagesMac.mm > > > > Regards, > Geoff > _______________________________________________ > es-discuss mailing list > es-discuss at mozilla.org > https://mail.mozilla.org/listinfo/es-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20160525/19a71fce/attachment.html>
ECMA-402 lists default locale as an unspecified "implementation dependent behaviour”.
In the absence of a specified default locale behavior, can we agree to a de facto or best effort behavior to match the OS’s or browser’s locale and language settings?
We’d like Safari and WebKit to honor the OS's locale and language settings so that language, time, date, currency, etc. present just as well in web content as they do in native apps. You can see the approach we took here:
, Geoff