Ionic 5 Full Starter App
  • Enappd Apps
  • Ionic 5 Full App
    • What is Ionic 5 Full App?
    • Template Features
    • Initial Setup
      • Environment Configuration
      • Credentials
    • Running the app
    • Deploying app as PWA
    • Building App on device
    • How to use this template?
      • Copy a module to another app
      • Shared Component & Modules
      • Map Service
    • Beginner Pack Features
      • Firebase
      • Layouts
      • Sidemenus
      • Login and Signups
      • Chat screens
      • Chat Lists
      • Video Playlists
      • Grids and Lists Layouts
    • Startup Pack Features
      • Wordpress
        • Wordpress JSON API Basics
        • Wordpress in Ionic 5 Full App
      • Translation - Multi-language
      • Using Custom Fonts
      • Infinite scroll
      • Content Loaders
      • Pull to refresh
      • List re-ordering
      • Date Pickers
    • Pro Pack Features
      • Phaser Game Framework
      • AdMob Integration
        • AdMob Introduction
        • Setting up Google Admob
        • Integration
      • Social Sharing
      • QR and Barcode Scanning
      • Google Places
      • Google Autocomplete
      • Social Logins
        • Google Login
        • Facebook Login
        • Twitter Login
      • Woo-commerce Integration
    • Removing a Page / Component
    • Removing a plugin
    • FAQs
    • Changelog
    • Troubleshoot
Powered by GitBook
On this page
  • Translation
  • Detecting Device Language
  • Step-by-Step instructions

Was this helpful?

  1. Ionic 5 Full App
  2. Startup Pack Features

Translation - Multi-language

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

PreviousWordpress in Ionic 5 Full AppNextUsing Custom Fonts

Last updated 6 years ago

Was this helpful?

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

Detecting Device Language

Step-by-Step instructions

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

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

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

ngx-translate
cordova-plugin-globalization
How to translate in Ionic 4
Text translated in Ionic 4 Full App