i18n  example in iconic app 
 let  me know how that work
i18n  example in iconic app 
 let  me know how that work
Hello Amirul,
Please look at the example here how to add a multi language functionality into your Ionic application: https://blog.appery.io/2016/03/develo...
its ok 
 But I cant switch the language 
 what is the code to switch and where to write 
 suppose I want "de"
Hi, 
 How will I switch from front end? 
 any example?
Hello Amirul,
As shown in the example one option is to customise the translation mechanism to initiate the language based on the browser or device language. For example, you can get the browser or device language like this:
pre 
 code$translateProvider.determinePreferredLanguage();/code 
 /pre
Or you can create your own function for your specific case.