What language translation lib to use for Ionic React app

Hi,

I am planning to use Ionic React for a new B2B app and I am investigating which modules/SDKs/libs to use in different areas.
When it comes to localization and translation of apps to different languages (we are a Swedish company so nordic languages, currencies, date formats and so on are needed).

I have mainly found mention of ngx-translate but would that also be used in an “Ionic React” project?
Most blogs/info I have found also mention a Cordova plugin to get localization stuff. This sounds like something that Ionic core and Capacitor core should be able to handle or is it really needed to include a Cordova plugin to get info about device locale and do I use an angular module to get translation support?

Thank you in advance,

Leif