Hi,
How do I internationalize an ionic v6 app?
I would like for every string, date, and number in either HTML to typescript. to be translated on the fly given the user’s selected language/locale.
Also, I would like the solution that includes the ability to extract marked strings (e.g. with a script) from the code and HTML so a translator can translate them separately.
Thanks,
Jim