Translation - Multi-language

Read how to translate your Ionic 4 app text into multiple language

Ionic 4 app can translate text into multiple languages, and can even detect the device's language and locale to translate the given app into.

Translation

The main library used for translation is ngx-translate. It is an Angular library that can be used in Ionic 4 as well.

Detecting Device Language

To detect device language, you can use Cordova's plugin - cordova-plugin-globalization

Step-by-Step instructions

Check the step-by-step instructions of how to implement translation in your Ionic 4 app on our blog - How to translate in Ionic 4

Last updated