Translation in ionic

Hello,
I am new to ionic and I am looking for a feature to add in the app that translates the language along with the change in the language in the phone. I want my app to support multiple languages.
Can anyone tell me what plugin or feature should i use?

Thank you.

@RAJVI29,

npm install @ngx-translate/core @ngx-translate/http-loader --save.

you can use this plugin for more information you can go through https://ionicframework.com/docs/developer-resources/ng2-translate/ this link.