react-moment where to set moment.locale
Using this question I was able to figure this so, import langue like:
import 'moment/locale/he';
And for each new moment
just set -
moment().locale('he')
It is not really global(one signal setting) for all uses.
moment doc