I am unable to find language code "ch", or to be more generic can we use our own language with react-intl
As a work around, i used another language's local data for warping
I am unable to find language code "ch", or to be more generic can we use our own language with react-intl
As a work around, i used another language's local data for warping
You can, it'll fallback to your browser's language. For example, new Intl.NumberFormat('xx')
works just fine.