In Ionic how we can display webview content in different languages like French, German etc

In Ionic how we can display webview content in different languages like French, German etc.

Hi

I would look into Angular2 features for this

https://angular.io/guide/i18n

Regards

Tom

Thanks Tom. I will have a look at it

For content inside your Ionic app this is the officially supported way: https://ionicframework.com/docs/developer-resources/ng2-translate/

Or do you somehow want to display an external website? That is always a bad idea…

1 Like