REACT front-end multilingual

I’m starting with react as a front-end, I get the first concern, the internationalization of the application is natively supported or should i add any additional components?
The idea is that the interface is translated depending on the default browser language.

Regards,

Nelson F.

Hi Nelson,

The i18n support is one of the features that will be available out of the box with the next release of generator and components (see the issue and PR).
With current version should be implemented manually (for example using react-intl).

1 Like