Hi !
Is it possible to internationalize Ionic app ?
Thanks !
Hi !
Is it possible to internationalize Ionic app ?
Thanks !
@Quiesan yes definitely, I currently use the ngx-translate
package combined with cordova-plugin-localization-strings
. Works quite well.
Most definitely @Quiesan. A few days ago, I worked on a multilanguage app using this tutorial and in less than two hours, I was able to get it done.
Thank you very much for the link ! I will see that