Globalization - Translation
Last updated
Last updated
Ionic 4 apps can translate text into multiple languages, and can even detect the device's language and locale to translate the given app into.
The main library used for translation is ngx-translate. It is an Angular library that can be used in Ionic 4 as well.
To detect device language, you can use Cordova's plugin - cordova-plugin-globalization
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