How to translate ionic app in multiple languages?

I want to translate the ionic android app into multiple languages which user select but I can not found any way to translate it anyone knows please help

Hi,

this will help you
https://medium.com/@salonimalhotra1ind/how-to-build-ionic-3-multi-language-app-b5a34d105b9 its really easy to use

1 Like

thnx for reply but in this 2 files are created for English and German ( en.json and de.json )
but in dynamic app it is not possible to predefined this json files

These file are created for specific labels which will be static in your app like page title of left menu and if you want to translate the dynamic data then you can modify your api, Like get response in multiple language (_en, _ru) then show accordingly. create custom method will which going to convert dynamic data on base of current language selection

If by “dynamic app” you mean that your templates are not all well-defined at build time, perhaps Angular is not the best framework for you.