Angular 10 Internationalization (i18n) example by using Angular native translate.
run different languages in Dev mode
npm run start
// for English
npm run start:fr
// for French
extract message file for default language
npm run extract
production build
npm run build
run in production mode
go to /dist folder:
http-server