Angular creates a multilanguage application with json files for every corresponding language.
I have demonstrated how you can use ngx translate angular module to provide multilanguage support to your angular apps without much effort. Also, the app is capable of switching the languages at runtime.
In this tutorial I will explain to you how to use it
*******Below module are instal in this project *******
npm i bootstrap
ng add @angular/material
npm i @ngx-translate/core
npm i @ngx-translate/http-loader
#MultilanguageForm #MultilanguageFormInAngular #angulari18n