For INTL Number and Date format, there is an implementation here: https://github.com/pepstock-org/Charba/tree/master/src/org/pepstock/charba/client/intl If you are not using that chart lib, it could be a starting point.
Il giorno martedì 15 giugno 2021 alle 00:54:56 UTC+2 [email protected] ha scritto: > On Tue, Jun 15, 2021 at 6:59 AM foal <[email protected]> wrote: > >> Hi, do you have support for Intl API? > > > Not as yet. It is a javascript specification rather than a browser > interface specification which means there is no WebIDL to use to generate > the API. This would mean I would need to write the WebIDL or manually > construct the jsinterop types ... which looks easy enough ... but I have > yet to get to it ;) > > -- > Cheers, > > Peter Donald > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/83683660-af71-4b41-bf9b-e377131cdd66n%40googlegroups.com.
